Skip to content

Commit

Permalink
Fix #5743: TabView default scrollbutton state (#5744)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jan 11, 2024
1 parent 5618697 commit 3b8dc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/tabview/TabView.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export const TabView = React.forwardRef((inProps, ref) => {

React.useEffect(() => {
updateInkBar();
updateButtonState();
});

useMountEffect(() => {
Expand Down

0 comments on commit 3b8dc54

Please sign in to comment.