diff --git a/core/modules/syncer.js b/core/modules/syncer.js index 595f35a7f..c06fcb143 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -402,6 +402,7 @@ Syncer.prototype.handleLazyLoadEvent = function(title) { // Mark the tiddler as needing loading, and having already been lazily loaded this.titlesToBeLoaded[title] = true; this.titlesHaveBeenLazyLoaded[title] = true; + this.processTaskQueue(); } } };