split window WIP

This commit is contained in:
zadam
2021-05-20 23:13:34 +02:00
parent a3847842cb
commit 1a13132a69
9 changed files with 186 additions and 105 deletions

View File

@@ -72,8 +72,8 @@ export default class NoteTitleWidget extends TabAwareWidget {
}
}
async beforeTabRemoveEvent({tabId}) {
if (this.isTab(tabId)) {
async beforeTabRemoveEvent({tabIds}) {
if (this.isTab(tabIds)) {
await this.spacedUpdate.updateNowIfNecessary();
}
}