We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-hidden
1 parent 202c804 commit 1ce5ad3Copy full SHA for 1ce5ad3
src/scripts/TreeNode.tsx
@@ -86,7 +86,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
86
<Button
87
className='slds-m-right_x-small'
88
aria-controls=''
89
- aria-hidden='true'
90
tabIndex={-1}
91
type='icon-bare'
92
icon={icon}
0 commit comments