mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Stay focused after item selection to get ready for next selection and avoiding two clicks
This commit is contained in:
parent
25faa3a94d
commit
f77f52d77d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user