mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0a5b5fac0f
commit
ce1e3375a7
@ -1690,6 +1690,9 @@ module.CropActions = actions.Actions({
|
||||
gids = gids || 'current'
|
||||
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
|
||||
// clear ribbons...
|
||||
.filter(function(gid){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user