Stay focused after item selection to get ready for next selection and avoiding two clicks

This commit is contained in:
Hadi Nategh 2016-04-21 10:45:19 +00:00
parent 25faa3a94d
commit f77f52d77d

View File

@ -345,6 +345,7 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR
});
$j('body').one('click',function() {
taglist.collapse();
taglist.input.focus();
});},100
);
this.$taglist.one('collapse', function() {