mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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 =
|
var KeyboardUI =
|
||||||
module.KeyboardUI = core.ImageGridFeatures.Feature({
|
module.KeyboardUI = core.ImageGridFeatures.Feature({
|
||||||
title: '',
|
title: '',
|
||||||
|
|||||||
@ -1038,7 +1038,7 @@ var KeyboardPrototype = {
|
|||||||
|
|
||||||
// set handler if given...
|
// set handler if given...
|
||||||
if(handler && handler != ''){
|
if(handler && handler != ''){
|
||||||
keyboard[mode][key] = handler
|
keyboard[mode][that.joinKey(key)] = handler
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user