Fixed empty space at the bottom, fixed warning at main.ts
This commit is contained in:
parent
d10a2ca747
commit
54e6000eb8
3 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ export default class HabiticaSync extends Plugin {
|
|||
this.activateView();
|
||||
}
|
||||
});
|
||||
this.activateView();
|
||||
// this.activateView();
|
||||
|
||||
}
|
||||
async loadSettings() {
|
||||
|
|
@ -44,7 +44,7 @@ export default class HabiticaSync extends Plugin {
|
|||
}
|
||||
|
||||
async onunload() {
|
||||
// await this.view.onClose();
|
||||
await this.view.onClose();
|
||||
|
||||
this.app.workspace
|
||||
.getLeavesOfType(VIEW_TYPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue