mag-component-modal
Advanced tools
Comparing version
@@ -80,3 +80,6 @@ /** | ||
onkeydown = config.events.keydown; | ||
config.events.keydown = function (event) { | ||
config.events.keydown = function ( event ) { | ||
if ( onkeydown ) { | ||
onkeydown.call(this, event); | ||
} | ||
if ( event.code === keys.back || event.code === keys.menu ) { | ||
@@ -86,5 +89,2 @@ event.stop = true; | ||
} | ||
if ( onkeydown ) { | ||
onkeydown.call(this, event); | ||
} | ||
}; | ||
@@ -91,0 +91,0 @@ |
{ | ||
"name": "mag-component-modal", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Base layout list implementation.", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29601
5.31%577
7.45%