mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 08:12:14 -08:00
Delete syncer tiddlerInfo when tiddlers are deleted
This commit is contained in:
parent
e2046ce4ff
commit
eacb9e53eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue