started integrating the 'saved' event...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-15 09:55:47 +03:00
parent 8f39d3bbc3
commit d911c7190e

View File

@ -2573,6 +2573,8 @@ module.FileSystemWriter = core.ImageGridFeatures.Feature({
//this.markChanged('none') //this.markChanged('none')
var that = this var that = this
res.then(function(){ res.then(function(){
// XXX should be done for all things that save...
that.saved()
that.markChanged('none') }) } }], that.markChanged('none') }) } }],
], ],
}) })