mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 03:40:09 +00:00
backported a bugfix from PortableMag project...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
630d6d4cab
commit
e9480e0d52
@ -1644,6 +1644,7 @@ function makeKeyboardHandler(keybindings, unhandled){
|
|||||||
var key = evt.keyCode
|
var key = evt.keyCode
|
||||||
if(bindings.ignore != null && bindings.ignore.indexOf(key) != -1){
|
if(bindings.ignore != null && bindings.ignore.indexOf(key) != -1){
|
||||||
// return true
|
// return true
|
||||||
|
res = res == null ? true : res
|
||||||
did_handling = true
|
did_handling = true
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user