Skip to content

Commit

Permalink
Fixed #2987 - TabView: Next button is not disabled when all the tabs …
Browse files Browse the repository at this point in the history
…are visible
  • Loading branch information
tugcekucukoglu committed Oct 21, 2022
1 parent f072a89 commit eab79c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabview/TabView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default {
},
mounted() {
this.updateInkBar();
this.scrollable && this.updateButtonState();
},
updated() {
this.updateInkBar();
Expand Down

0 comments on commit eab79c6

Please sign in to comment.