This commit is contained in:
ransurf 2021-11-20 23:40:02 -08:00
commit dfc4e55cb5
3 changed files with 7 additions and 2 deletions

View file

@ -34,7 +34,7 @@ export default class HabiticaSync extends Plugin {
this.activateView();
}
});
this.activateView();
// this.activateView();
}
async loadSettings() {
@ -45,7 +45,7 @@ export default class HabiticaSync extends Plugin {
}
async onunload() {
// await this.view.onClose();
await this.view.onClose();
this.app.workspace
.getLeavesOfType(VIEW_TYPE)