mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fixes
This commit is contained in:
@@ -117,7 +117,12 @@ export default class NoteDetailWidget extends TabAwareWidget {
|
||||
|
||||
this.$widget.append($renderedWidget);
|
||||
|
||||
typeWidget.handleEvent('setTabContext', {tabContext: this.tabContext});
|
||||
await typeWidget.handleEvent('setTabContext', {tabContext: this.tabContext});
|
||||
|
||||
typeWidget.handleEvent('tabNoteSwitched', {
|
||||
tabId: this.tabContext.tabId,
|
||||
notePath: this.notePath
|
||||
});
|
||||
}
|
||||
|
||||
this.setupClasses();
|
||||
|
||||
Reference in New Issue
Block a user