mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 06:46:06 +00:00
Delete syncer tiddlerInfo when tiddlers are deleted
This commit is contained in:
@@ -495,6 +495,7 @@ Syncer.prototype.dispatchTask = function(task,callback) {
|
|||||||
if(err) {
|
if(err) {
|
||||||
return callback(err);
|
return callback(err);
|
||||||
}
|
}
|
||||||
|
delete self.tiddlerInfo[task.title];
|
||||||
// Invoke the callback
|
// Invoke the callback
|
||||||
callback(null);
|
callback(null);
|
||||||
},{
|
},{
|
||||||
|
Reference in New Issue
Block a user