From 1a5c3859467dcd6d3c526341c98a859cc9018daa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Mar 2022 21:48:33 +0300 Subject: [PATCH] minor cleanup... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 4d3debab..32c18469 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2175,15 +2175,6 @@ var JournalActions = actions.Actions({ // run action... [e.action].apply(that, e.args) }) }], - // XXX handle .nested undo actions... - // ...either automatically or allow the client to recursively - // call the undo handler for them... - // XXX how do we handle nested action calls?? - // Example: - // .toggleMark(..) -> .tag(..) - // ...one way to do this is to group all the nested calls and - // undo them as one unit, this should also be controllable by - // the root action... // XXX needs very careful revision... // - should this be thread safe??? (likely not) // - revise actions...