Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-11-01 02:15:54 +03:00
parent 0a5b5fac0f
commit ce1e3375a7

View File

@ -1690,6 +1690,9 @@ module.CropActions = actions.Actions({
gids = gids || 'current' gids = gids || 'current'
gids = gids instanceof Array ? gids : [gids] gids = gids instanceof Array ? gids : [gids]
// NOTE: we are not using .data.clear(gids) here as we do not
// want to remove gids from .data.order, we'll only touch
// ribbons...
gids gids
// clear ribbons... // clear ribbons...
.filter(function(gid){ .filter(function(gid){