From 33d4b2ec1261a60beef4a5b89f0f1caf32e8466f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 7 Feb 2022 13:38:55 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index bb3522c8..5d4b74a5 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2084,7 +2084,7 @@ var JournalActions = actions.Actions({ // XXX should we control what gets pushed to the journal??? // XXX should we run undo of every action that supports it in the chain??? // ...i.e. multiple extending actions can support undo - // XXX will also need to handle aliases in chain... + // XXX will also need to handle other methods + aliases in chain... undo: ['Edit/Undo', doc`Undo last action from .journal that can be undone