utils/tree-renderer: do not make icon focusable

This commit is contained in:
David Lechner
2022-04-05 11:13:42 -05:00
parent 6e55be056c
commit 6289f1df92
-1
View File
@@ -94,7 +94,6 @@ export const renderers: Omit<
className={Classes.TREE_NODE_ICON}
icon={props.item.data.icon}
aria-hidden={true}
tabIndex={-1}
/>
{props.title}
{props.item.data.secondaryLabel && (