mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +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.currentTabIndex = tabIndex;
|
||||||
this.currentTab = this.tabsList[tabIndex];
|
this.showTab(this.tabsList[tabIndex]);
|
||||||
},
|
},
|
||||||
handleWindowResize() {
|
handleWindowResize() {
|
||||||
if (!this.$refs.tabs || !this.$refs.tabsHolder) {
|
if (!this.$refs.tabs || !this.$refs.tabsHolder) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user