mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
split window WIP
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user