mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +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
|
||||
if(bindings.ignore != null && bindings.ignore.indexOf(key) != -1){
|
||||
// return true
|
||||
res = res == null ? true : res
|
||||
did_handling = true
|
||||
continue
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user