anytime a selection is updated, select the first (top priority) tab

This commit is contained in:
Jamie V 2025-01-07 14:46:16 -08:00
parent 5be103ea72
commit 0912f5fc10

View File

@ -88,6 +88,8 @@ export default {
showTab: view.showTab
};
});
this.selectTab(this.visibleTabs[0]);
},
isSelected(tab) {
return this.selectedTab?.key === tab.key;