From c2dcdc542062d6fe3ff3202fc25ec0c3895c765d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Jan 2021 01:30:27 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 5477691c..2c7c0e1f 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2854,6 +2854,9 @@ var TaskActions = actions.Actions({ // XXX what else should we isolate from the clone??? '__tasks', '__queues', + + // NOTE: these are commented out so as to reuse contexts where + // possible... (XXX revise) //'__links', //'__isolated',