mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-23 01:18:43 +00:00
Fixed:
- Fixed mishandling of removing duplicated queue on processing - Dependency importing
This commit is contained in:
@@ -342,7 +342,7 @@ export class ReplicateResultProcessor {
|
||||
return;
|
||||
} finally {
|
||||
// Remove from processing queue
|
||||
this._processingChanges = this._processingChanges.filter((e) => e === change);
|
||||
this._processingChanges = this._processingChanges.filter((e) => e !== change);
|
||||
this.triggerTakeSnapshot();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user