From e9480e0d52184028c4d252178cb2a7832979788c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 29 Jan 2013 21:45:41 +0400 Subject: [PATCH] backported a bugfix from PortableMag project... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 6d969701..daea9bfb 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -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 }