mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
wip
This commit is contained in:
@@ -192,7 +192,10 @@ export default class TabManager extends Component {
|
||||
if (activate) {
|
||||
this.activateTab(tabContext.tabId, false);
|
||||
|
||||
this.triggerEvent('tabNoteSwitchedAndActivated');
|
||||
this.triggerEvent('tabNoteSwitchedAndActivated', {
|
||||
tabId: tabContext.tabId,
|
||||
notePath
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user