From b106e4c82ffb5ed410ad3c007022c7d129d6cc78 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 16 Mar 2022 23:57:31 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 3 +++ 1 file changed, 3 insertions(+) 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)