Skip to content

Commit

Permalink
fix tabIndex on graphics divs sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luiqor committed Dec 17, 2024
1 parent f3ff703 commit 5675a26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/design-system/components/menu-item/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const MenuItem: FC<MenuItemProps> = ({
onClick={handleGraphicsClick}
onKeyDown={handleClick}
ref={graphicsRef}
tabIndex={0}
>
{graphics}
</div>
Expand All @@ -115,7 +114,6 @@ const MenuItem: FC<MenuItemProps> = ({
onKeyDown={(event) => {
handleEnterOrSpaceKeyDown(event, handleRemoveItem)
}}
tabIndex={0}
>
<CloseRounded className='s2s-item__close' />
</div>
Expand Down

0 comments on commit 5675a26

Please sign in to comment.