From ce46a9496da3fbc8d7fd633e0e53f16a0069cb55 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 9 Mar 2022 15:51:43 +0300 Subject: [PATCH] more notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index fe8621df..780a770c 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2017,8 +2017,8 @@ var JournalActions = actions.Actions({ : this.updateJournalableActions() }) }, // XXX RACE?: can things get on the journal while an action is running??? - // ...if yes, this would make the way nested actions are collected - // wrong -- this could happen for long and deferred 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 // too... // ...let the client action configure things???