Igor Vaynberg
13 năm trước cách đây
mục cha
commit
800b7bbb3f
1 tập tin đã thay đổi với
2 bổ sung và
2 xóa
-
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;
|
|
|
}
|
|
|
}
|