Skip to content

Commit

Permalink
fix: #7434, Tree Component: Onclicking the toggle button producing co…
Browse files Browse the repository at this point in the history
…nsole error
  • Loading branch information
ANTONA09 committed Nov 22, 2024
1 parent c7e4673 commit 1ba2bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/tree/UITreeNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ export const UITreeNode = React.memo((props) => {
type: 'button',
className: cx('toggler'),
tabIndex: -1,
'aria-hidden': true,
'aria-hidden': false,
onClick: onTogglerClick
},
getPTOptions('toggler')
Expand Down

0 comments on commit 1ba2bf4

Please sign in to comment.