mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Stay focused after item selection to get ready for next selection and avoiding two clicks
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user