Skip to content

Commit

Permalink
#5429 refactor for Splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 25, 2023
1 parent 498b832 commit a81acac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/splitter/Splitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ export const Splitter = React.memo(

const gutterHandlerProps = mergeProps(
{
tabIndex: 0,
className: cx('gutterHandler'),
'aria-orientation': props.layout,
'aria-valuenow': prevSize.current
Expand Down

0 comments on commit a81acac

Please sign in to comment.