Improve keyboard navigation on sidebar tree items

This commit is contained in:
Tom Moor
2022-09-17 19:47:16 -04:00
parent 58c1a83ef0
commit b68e58fad5
4 changed files with 19 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ function SidebarLink(
expanded={expanded}
onClick={onDisclosureClick}
root={depth === 0}
tabIndex={-1}
/>
)}
{icon && <IconWrapper>{icon}</IconWrapper>}