From 16571ecfcb5655df050ae677ef1c5bc24a41de86 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 14 Mar 2022 13:09:49 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 24df8733..47688117 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2020,7 +2020,8 @@ var JournalActions = actions.Actions({ // ...this would make the way nested actions are collected wrong // ...this could happen for long and deferred actions... // ...not sure how handlers outside the action can be handled here - // ...investigate pushing undo to either top or bottom (data)... + // ...investigate pushing undo to either top (explicitly user-called + // action) or the bottom (actual data manipulation) levels... // ...let the client action configure things??? // ...can we automate this -- marking nested actions??? // XXX .getUndoState(..) should be called for every action