We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7345e commit d06a57dCopy full SHA for d06a57d
src/components/variant-select.js
@@ -16,7 +16,7 @@ const StyledOverlay = styled(ActionMenu.Overlay)`
16
17
const VariantItem = ({title, shortName, url, active}) => {
18
return (
19
- <ActionList.Item state={{scrollUpdate: false}} id={shortName} active={active}>
+ <ActionList.Item state={{scrollUpdate: false}} id={shortName} active={active} tabIndex={undefined}>
20
<LinkNoUnderline to={url}>{title}</LinkNoUnderline>
21
</ActionList.Item>
22
)
0 commit comments