mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
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;
|
var widget = this;
|
||||||
// onChange fired when losing focus, which is different from normal
|
// onChange fired when losing focus, which is different from normal
|
||||||
this._oldValue = this.taglist.getValue();
|
this._oldValue = this.taglist.getValue();
|
||||||
this.$taglist
|
|
||||||
.on('focus', function() {widget.taglist.expand();});
|
|
||||||
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user