split window WIP

This commit is contained in:
zadam
2021-05-19 22:45:34 +02:00
parent 8c1c9b00e2
commit b7bd5396d1
6 changed files with 97 additions and 48 deletions

View File

@@ -16,6 +16,7 @@ class TabContext extends Component {
this.tabId = tabId || utils.randomString(4);
this.hoistedNoteId = hoistedNoteId;
this.parentTabId = null;
}
setEmpty() {