mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c79e0575d2
commit
a90b1a23a9
@ -981,6 +981,10 @@ module.FileSystemLoader = core.ImageGridFeatures.Feature({
|
|||||||
function(){
|
function(){
|
||||||
// NOTE: this repeats the functionality in
|
// NOTE: this repeats the functionality in
|
||||||
// base.js' 'edit' feature...
|
// 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.data.version_updated ?
|
||||||
that.markChanged('all')
|
that.markChanged('all')
|
||||||
: that.markChanged('none') },
|
: that.markChanged('none') },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user