forked from extern/egroupware
Remove unneeded expand on focus event, fixes dropdown opens then closes when clicking on the owner
This commit is contained in:
parent
1dadba1830
commit
f8e953ed80
@ -67,9 +67,6 @@ var et2_calendar_owner = (function(){ "use strict"; return et2_taglist_email.ext
|
||||
var widget = this;
|
||||
// onChange fired when losing focus, which is different from normal
|
||||
this._oldValue = this.taglist.getValue();
|
||||
this.$taglist
|
||||
.on('focus', function() {widget.taglist.expand();});
|
||||
|
||||
|
||||
return true;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user