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 (#7444)

Co-authored-by: ANTONA09 <[email protected]>
  • Loading branch information
akshayaqburst and ANTONA09 authored Nov 22, 2024
1 parent c7e4673 commit 4794323
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 4794323

Please sign in to comment.