diff --git a/ui (gen4)/features/base.js b/ui (gen4)/features/base.js index 24bc3464..6bd0fdb7 100755 --- a/ui (gen4)/features/base.js +++ b/ui (gen4)/features/base.js @@ -1843,6 +1843,8 @@ module.CropActions = actions.Actions({ `, // NOTE: we do not need undo here as we'll not use this directly { + // NOTE: this modifies the journaled arguments (.args) and + // excludes gids that are not loaded... getUndoState: function(d){ var a = d.args[0] || [] a = a instanceof Array ? a : [a]