Igor Vaynberg
il y a 13 ans
1 fichiers modifiés avec
2 ajouts et
2 suppressions
-
2
2
select2.js
|
@@ -1006,7 +1006,7 @@
|
|
|
return;
|
|
|
case KEY.ESC:
|
|
|
this.cancel(e);
|
|
|
- e.preventDefault();
|
|
|
+ killEvent(e);
|
|
|
return;
|
|
|
}
|
|
|
}));
|
|
@@ -1276,7 +1276,7 @@
|
|
|
return;
|
|
|
case KEY.ESC:
|
|
|
this.cancel(e);
|
|
|
- e.preventDefault();
|
|
|
+ killEvent(e);
|
|
|
return;
|
|
|
}
|
|
|
}
|