Remove unneeded expand on focus event, fixes dropdown opens then closes when clicking on the owner

This commit is contained in:
Nathan Gray 2016-04-12 15:11:45 +00:00
parent 1dadba1830
commit f8e953ed80

View File

@ -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;
},