mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-05 05:09:28 -06: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