mirror of
https://github.com/djayatillake/obsidian-llm-tagger.git
synced 2026-07-22 05:37:59 +00:00
removing the use of detachLeavesOfType call
This commit is contained in:
parent
fc41066eeb
commit
e819efcd15
1 changed files with 0 additions and 1 deletions
1
main.ts
1
main.ts
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue