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') }) } }], ], })