diff --git a/select2.js b/select2.js index da6a4d1a..73dfa94f 100755 --- a/select2.js +++ b/select2.js @@ -1881,6 +1881,7 @@ formatted=this.opts.formatSelection(data, choice); choice.find("div").replaceWith("
"+escapeMarkup(formatted)+"
"); choice.find(".select2-search-choice-close") + .bind("mousedown", killEvent) .bind("click dblclick", this.bind(function (e) { if (!this.enabled) return;