mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
fixes, cleaned up noise in the developer console
This commit is contained in:
@@ -409,12 +409,6 @@ export default class TabRowWidget extends BasicWidget {
|
||||
});
|
||||
}
|
||||
|
||||
get activeTabId() {
|
||||
const tabEl = this.activeTabEl;
|
||||
|
||||
return tabEl ? tabEl.getAttribute('data-tab-id') : null;
|
||||
}
|
||||
|
||||
get activeTabEl() {
|
||||
return this.$widget.find('.note-tab[active]')[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user