mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Delete syncer tiddlerInfo when tiddlers are deleted
This commit is contained in:
parent
e2046ce4ff
commit
eacb9e53eb
@ -495,6 +495,7 @@ Syncer.prototype.dispatchTask = function(task,callback) {
|
||||
if(err) {
|
||||
return callback(err);
|
||||
}
|
||||
delete self.tiddlerInfo[task.title];
|
||||
// Invoke the callback
|
||||
callback(null);
|
||||
},{
|
||||
|
Loading…
Reference in New Issue
Block a user