minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-06 02:58:55 +03:00
parent 7529109a16
commit f129191366

View File

@ -824,6 +824,10 @@ module.Viewer = core.ImageGridFeatures.Feature({
'addClass' 'addClass'
: 'removeClass']('crop-mode') : 'removeClass']('crop-mode')
}], }],
// update the alignment as soon as we switch modes...
['toggleRibbonAlignMode',
function(){ this.focusImage() }],
], ],
}) })