Skip to content

Commit

Permalink
feat: add mouse event handlers for header menu item popover
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Jan 22, 2025
1 parent 12a1436 commit 45e118f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ const HeaderMenuItemHover = ({
}}
slotProps={{
paper: {
onMouseEnter: handlePopoverOpen,
onMouseLeave: handlePopoverClose,
onClick: handlePopoverClose,
},
}}
Expand Down

0 comments on commit 45e118f

Please sign in to comment.