Skip to content

Commit

Permalink
Fixed menu item hover (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
laviomri authored Jan 30, 2022
1 parent a08042d commit b334ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/MenuItem/MenuItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const MenuItem = forwardRef(
}, [isActive, referenceElement, shouldScrollMenu]);

const isMouseEnter = useMenuItemMouseEvents(
ref,
referenceElementRef,
resetOpenSubMenuIndex,
setSubMenuIsOpenByIndex,
isActive,
Expand Down

0 comments on commit b334ddd

Please sign in to comment.