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 f69aa7e commit aaf7222Copy full SHA for aaf7222
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