Skip to content

Commit

Permalink
Fix cross-orientation arrow key on Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Nov 28, 2024
1 parent 7f46330 commit ac53f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/tabs/tabs-list/TabsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const TabsList = React.forwardRef(function TabsList(
highlightedIndex={highlightedTabIndex}
enableHomeAndEndKeys
loop={loop}
orientation={orientation}
onHighlightedIndexChange={setHighlightedTabIndex}
onMapChange={setTabMap}
render={renderElement()}
Expand Down

0 comments on commit ac53f82

Please sign in to comment.