diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 47688117..4d3debab 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2024,6 +2024,9 @@ var JournalActions = actions.Actions({ // action) or the bottom (actual data manipulation) levels... // ...let the client action configure things??? // ...can we automate this -- marking nested actions??? + // ...a way to indirectly go around this is to investigate/document + // the possibilities and conditions of undo usage providing + // appropriate API for all cases... // XXX .getUndoState(..) should be called for every action // in chain??? // XXX should aliases support explicit undo??? (test)