From e7b0c67ef1297b4fb60e459722365644a5a5afb0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Feb 2022 02:15:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 00fd5910..afbcd964 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2104,6 +2104,8 @@ var JournalActions = actions.Actions({ // - should this be thread safe??? (likely not) // - revise actions... // XXX how do we handle nested action calls?? + // Example: + // .toggleMark(..) -> .tag(..) // XXX should we stop at non-undoable actions??? // ...intuitively, yes, as undoing past these may result in an // inconsistent state...