Igor Vaynberg
hace 13 años
Se han
modificado 1 ficheros con
2 adiciones y
2 borrados
-
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;
|
|
|
}
|
|
|
}
|