mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
fixes
This commit is contained in:
@@ -421,7 +421,7 @@ export default class TabRowWidget extends BasicWidget {
|
||||
tabEl.setAttribute('active', '');
|
||||
}
|
||||
|
||||
tabOpenedListener({tabId}) {
|
||||
newTabOpenedListener({tabId}) {
|
||||
this.addTab(tabId);
|
||||
}
|
||||
|
||||
@@ -553,7 +553,7 @@ export default class TabRowWidget extends BasicWidget {
|
||||
|
||||
this.$tabContainer.append(this.$newTab);
|
||||
|
||||
this.$newTab.on('click', _ => this.trigger('newTab'));
|
||||
this.$newTab.on('click', _ => this.trigger('openNewTab'));
|
||||
}
|
||||
|
||||
setupFiller() {
|
||||
|
||||
Reference in New Issue
Block a user