From 2ec32b861ef3e519117b7e8eea9bdbdaa39c128f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 27 Jan 2023 23:09:19 +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 42b93d70..f1db37b7 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -3074,6 +3074,9 @@ function(title, func){ // this ( .splice(..) ) above but it does // not work for some reason -- the array // seems not to be the same for each run... + // XXX items is definitely copied, though the + // items are the same... + // ...check the splits/merges... return run([items, ...args]) }, function(){ q && q.abort() })