mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-28 14:52:50 +00:00
parent
6f9cf20e77
commit
8ca0bf10e4
@ -402,6 +402,7 @@ Syncer.prototype.handleLazyLoadEvent = function(title) {
|
|||||||
// Mark the tiddler as needing loading, and having already been lazily loaded
|
// Mark the tiddler as needing loading, and having already been lazily loaded
|
||||||
this.titlesToBeLoaded[title] = true;
|
this.titlesToBeLoaded[title] = true;
|
||||||
this.titlesHaveBeenLazyLoaded[title] = true;
|
this.titlesHaveBeenLazyLoaded[title] = true;
|
||||||
|
this.processTaskQueue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user