Closed mAAdhaTTah closed 1 month ago
Sadly there is no hook in Obsidian to know when a plugin is disabled/enabled, so Lazy Loader can't listen for that change.
If you're using Lazy Loader, it's best to manage enabling/disabling within the Lazy Loader plugin interface.
Oh that's annoying. Ok will keep that in mind then.
Describe the bug Plugins that are disabled via the community plugins view don't stay disabled.
To Reproduce Steps to reproduce the behavior:
Expected behavior A plugin that is disabled in the Community Plugins view should stay disabled by Lazy Plugins. This took me a while to figure out why it was happening and resulted in confusing behavior.