mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
event fixes WIP
This commit is contained in:
@@ -420,8 +420,8 @@ export default class TabRowWidget extends BasicWidget {
|
||||
if (tabEl) tabEl.setAttribute('active', '');
|
||||
}
|
||||
|
||||
newTabOpenedEvent({tabId}) {
|
||||
this.addTab(tabId);
|
||||
newTabOpenedEvent({tabContext}) {
|
||||
this.addTab(tabContext.tabId);
|
||||
}
|
||||
|
||||
removeTab(tabId) {
|
||||
|
||||
Reference in New Issue
Block a user