mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
split window WIP
This commit is contained in:
@@ -202,8 +202,8 @@ export default class NoteDetailWidget 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