mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-21 05:31:28 +00:00
0.24.0.dev-rc2
This commit is contained in:
@@ -18,10 +18,6 @@ export class ModuleFileAccessObsidian extends AbstractObsidianModule implements
|
||||
}
|
||||
$everyOnFirstInitialize(): Promise<boolean> {
|
||||
this.vaultManager.beginWatch();
|
||||
this.plugin.totalQueued = this.vaultManager.totalQueued;
|
||||
this.plugin.batched = this.vaultManager.batched;
|
||||
this.plugin.processing = this.vaultManager.processing;
|
||||
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
$allOnUnload(): Promise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user