mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
No need.
This commit is contained in:
parent
39340236c7
commit
77e96dcc3a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ Template.ionModal.rendered = function () {
|
|||
}.bind(this), 600);
|
||||
}
|
||||
|
||||
$(window).on('keyup.ionModal:last-child', function(event) {
|
||||
$(window).on('keyup.ionModal', function(event) {
|
||||
event.stopImmediatePropagation();
|
||||
if (event.which == 27) {
|
||||
IonModal.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue