refactored layout out of app context

This commit is contained in:
zadam
2020-02-06 21:47:31 +01:00
parent 92f6558e55
commit d79ae261e1
4 changed files with 85 additions and 68 deletions

View File

@@ -35,6 +35,8 @@ export default class NoteTreeWidget extends TabAwareWidget {
window.glob.cutIntoNote = () => this.cutIntoNoteListener();
this.appContext.noteTreeWidget = this;
this.tree = null;
}