From a94cffa212c67f5ca916dca4040432a3ad52e07a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 30 Dec 2017 01:44:35 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/base.js | 2 ++ 1 file changed, 2 insertions(+) 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]