You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin does not this.serverSync.destroy() in its onunload, which leads to the server sync continuing to run in the background when the plugin is disabled, until you close the vault or reload Obsidian.
The plugin does not
this.serverSync.destroy()in its onunload, which leads to the server sync continuing to run in the background when the plugin is disabled, until you close the vault or reload Obsidian.