some tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-30 01:07:47 +03:00
parent 831e82a28a
commit c1b59a7dac

View File

@ -234,6 +234,17 @@ module.Render = core.ImageGridFeatures.Feature({
actions: RenderActions, actions: RenderActions,
handlers: [ handlers: [
[[
'shiftImageTo',
'shiftImageUp',
'shiftImageDown',
'shiftImageLeft',
'shiftImageRight',
], function(){
// XXX stub...
//this.reload()
}],
// XXX // XXX
], ],
}) })