mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
WIP
This commit is contained in:
@@ -636,7 +636,7 @@ export default class TabRowWidget extends BasicWidget {
|
||||
|
||||
const {note} = this.appContext.getTabContextById(tabId);
|
||||
|
||||
if (!note) {
|
||||
if (!note || !$tab.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user