mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +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() {
|
$j('body').one('click',function() {
|
||||||
taglist.collapse();
|
taglist.collapse();
|
||||||
|
taglist.input.focus();
|
||||||
});},100
|
});},100
|
||||||
);
|
);
|
||||||
this.$taglist.one('collapse', function() {
|
this.$taglist.one('collapse', function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user