removing the use of detachLeavesOfType call

This commit is contained in:
djayatillake 2025-02-06 15:57:45 +00:00
parent fc41066eeb
commit e819efcd15

View file

@ -161,7 +161,6 @@ export default class LLMTaggerPlugin extends Plugin {
async onunload() {
console.log('Unloading LLM Tagger plugin');
this.disableAutoTagging();
this.app.workspace.detachLeavesOfType(VIEW_TYPE);
}
async loadSettings() {