mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
mugfix in keyboard handler...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9b8746d41f
commit
8bdeae183c
@ -1635,7 +1635,6 @@ var KeyboardUIActions = actions.Actions({
|
||||
//*/
|
||||
})
|
||||
|
||||
|
||||
var KeyboardUI =
|
||||
module.KeyboardUI = core.ImageGridFeatures.Feature({
|
||||
title: '',
|
||||
|
||||
@ -1038,7 +1038,7 @@ var KeyboardPrototype = {
|
||||
|
||||
// set handler if given...
|
||||
if(handler && handler != ''){
|
||||
keyboard[mode][key] = handler
|
||||
keyboard[mode][that.joinKey(key)] = handler
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user