mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 07:40:52 -07:00
Load streamed tiddlers immediately, rather than scheduling a load
This commit is contained in:
parent
464d17b522
commit
4b1affee50
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ MultiWikiClientAdaptor.prototype.connectServerStream = function(options) {
|
|||
options.syncer.wiki.deleteTiddler(data.title);
|
||||
options.syncer.processTaskQueue();
|
||||
} else {
|
||||
options.syncer.titlesToBeLoaded[data.title] = true;
|
||||
options.syncer.processTaskQueue();
|
||||
self.setTiddlerInfo(data.title,data.tiddler_id,data.bag_name);
|
||||
options.syncer.storeTiddler(data.tiddler);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue