From 2e6f860de562b97dc2d5260d6e6c985c78aa0dc3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Feb 2022 10:28:23 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index f825699a..d8dd5913 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2086,14 +2086,11 @@ var JournalActions = actions.Actions({ // - specific times // XXX needs very careful revision... // - should this be thread safe??? (likely not) - // - should the undo action have side-effects on the - // journal/rjournal or should we clean them out??? - // (currently cleaned) + // - revise actions... // XXX how do we handle nested action calls?? // XXX should we stop at non-undoable actions??? // ...intuitively, yes, as undoing past these may result in an // inconsistent state... - // XXX EXPERIMENTAL... undo: ['Edit/Undo', doc`Undo last action(s) from .journal that can be undone