Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-22 17:27:53 +03:00
parent c79e0575d2
commit a90b1a23a9

View File

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