event fixes WIP

This commit is contained in:
zadam
2020-03-06 22:17:07 +01:00
parent 26599f057c
commit e10d23289e
18 changed files with 359 additions and 1239 deletions

View File

@@ -425,7 +425,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
}
async refresh() {
this.toggle(this.isEnabled());
this.toggleInt(this.isEnabled());
const oldActiveNode = this.getActiveNode();