mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
on route change, calling showTab (#4955)
This commit is contained in:
parent
7b2ff8fa15
commit
0df33730f7
@ -366,7 +366,7 @@ export default {
|
||||
}
|
||||
|
||||
this.currentTabIndex = tabIndex;
|
||||
this.currentTab = this.tabsList[tabIndex];
|
||||
this.showTab(this.tabsList[tabIndex]);
|
||||
},
|
||||
handleWindowResize() {
|
||||
if (!this.$refs.tabs || !this.$refs.tabsHolder) {
|
||||
|
Loading…
Reference in New Issue
Block a user