From d911c7190e454e17bb17a58b2c1f113e3a8fc9f4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 15 Feb 2022 09:55:47 +0300 Subject: [PATCH] started integrating the 'saved' event... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 483604a9..7a78f44d 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -2573,6 +2573,8 @@ module.FileSystemWriter = core.ImageGridFeatures.Feature({ //this.markChanged('none') var that = this res.then(function(){ + // XXX should be done for all things that save... + that.saved() that.markChanged('none') }) } }], ], })