From a90b1a23a948982fcf2cc1118da089d35df26148 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 22 Jan 2021 17:27:53 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 7839ee49..d71da7a8 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -981,6 +981,10 @@ module.FileSystemLoader = core.ImageGridFeatures.Feature({ function(){ // NOTE: this repeats the functionality in // base.js' 'edit' feature... + // this is needed to go around the async + // loading and .loadOrRecover(..) + // XXX can we make this cleaner? + // ...a post-load event?? that.data.version_updated ? that.markChanged('all') : that.markChanged('none') },