Fixed #5111 - TabView + Splitter: Navigation Buttons not showing

pull/4628/merge
tugcekucukoglu 2024-02-01 12:25:59 +03:00
parent 679977df48
commit f9a7815d30
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ export default {
}, },
updated() { updated() {
this.updateInkBar(); this.updateInkBar();
this.scrollable && this.updateButtonState();
}, },
methods: { methods: {
isTabPanel(child) { isTabPanel(child) {