Skip to content

Commit 2ad814c

Browse files
Revert "Revert "(TreeNode): remove tabIndexes that differ from the existing implementation""
This reverts commit 8020109.
1 parent aaf7222 commit 2ad814c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scripts/TreeNode.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
8686
<Button
8787
className='slds-m-right_x-small'
8888
aria-controls=''
89-
tabIndex={-1}
9089
type='icon-bare'
9190
icon={icon}
9291
iconSize='small'
@@ -98,7 +97,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
9897
<span className='slds-has-flexi-truncate'>
9998
<a
10099
className='slds-tree__item-label slds-truncate'
101-
tabIndex={-1}
102100
onClick={onLabelClick}
103101
title={typeof label === 'string' ? label : undefined}
104102
>

0 commit comments

Comments
 (0)