parent
7581fa5708
commit
1de4be3749
10
select2.js
10
select2.js
@ -2214,11 +2214,17 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
selection.on("mousedown touchstart", "abbr", this.bind(function (e) {
|
selection.on("mousedown touchstart", "abbr", this.bind(function (e) {
|
||||||
if (!this.isInterfaceEnabled()) return;
|
if (!this.isInterfaceEnabled()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
this.clear();
|
this.clear();
|
||||||
killEventImmediately(e);
|
killEventImmediately(e);
|
||||||
this.close();
|
this.close();
|
||||||
this.selection.focus();
|
|
||||||
|
if (this.selection) {
|
||||||
|
this.selection.focus();
|
||||||
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
selection.on("mousedown touchstart", this.bind(function (e) {
|
selection.on("mousedown touchstart", this.bind(function (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user