This commit is contained in:
zadam
2020-01-19 22:05:45 +01:00
parent 423a70d102
commit 9bc1f5af45
4 changed files with 42 additions and 45 deletions

View File

@@ -636,7 +636,7 @@ export default class TabRowWidget extends BasicWidget {
const {note} = this.appContext.getTabContextById(tabId);
if (!note) {
if (!note || !$tab.length) {
return;
}