mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
utils/tree-renderer: do not make icon focusable
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user