fix lifecycle

This commit is contained in:
vorotamoroz
2026-06-18 11:15:45 +01:00
parent fb93511ae7
commit 866a49204c
@@ -368,8 +368,7 @@ export class ObsidianLiveSyncSettingTab extends PluginSettingTab {
override hide() {
super.hide();
this._lifetimeComponent?.unload();
this._lifetimeComponent = undefined;
this._lifetimeComponent.unload();
this.isShown = false;
}
isShown: boolean = false;