mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
wip
This commit is contained in:
@@ -575,7 +575,15 @@ export default class TabRowWidget extends BasicWidget {
|
||||
return closestIndex;
|
||||
};
|
||||
|
||||
tabNoteSwitchedAndActivatedEvent({tabId}) {
|
||||
this.updateTabById(tabId);
|
||||
}
|
||||
|
||||
tabNoteSwitchedEvent({tabId}) {
|
||||
this.updateTabById(tabId);
|
||||
}
|
||||
|
||||
updateTabById(tabId) {
|
||||
const $tab = this.getTabById(tabId);
|
||||
|
||||
const {note} = appContext.tabManager.getTabContextById(tabId);
|
||||
|
||||
Reference in New Issue
Block a user