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.
tabIndex
1 parent aaf7222 commit 2ad814cCopy full SHA for 2ad814c
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
- tabIndex={-1}
90
type='icon-bare'
91
icon={icon}
92
iconSize='small'
@@ -98,7 +97,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
98
97
<span className='slds-has-flexi-truncate'>
99
<a
100
className='slds-tree__item-label slds-truncate'
101
102
onClick={onLabelClick}
103
title={typeof label === 'string' ? label : undefined}
104
>
0 commit comments