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
I notice this kind of thing in other plugins/settings, it is an obsidian issue on applying changes.
On the commands list you can select Reload app or even add it to an hotkey.
It's not an issue with Obsidian, it's an issue with the plugin not calling this.registerEvent() on the return value of its this.workspace.on() calls. So when the plugin is disabled, it's not deactivating the handling for those events. If there are other plugins that don't properly deactivate when you disable them, they're probably broken in a similar way.
It seems if you have this on and then toggle it off, it will continue to run until you close and reopen obsidian
The text was updated successfully, but these errors were encountered: