Improve keyboard navigation on sidebar tree items
This commit is contained in:
@@ -104,6 +104,7 @@ function SidebarLink(
|
||||
expanded={expanded}
|
||||
onClick={onDisclosureClick}
|
||||
root={depth === 0}
|
||||
tabIndex={-1}
|
||||
/>
|
||||
)}
|
||||
{icon && <IconWrapper>{icon}</IconWrapper>}
|
||||
|
||||
Reference in New Issue
Block a user