Skip to content

Commit

Permalink
docs:typescript:formmated
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Nov 27, 2024
1 parent 46b70bd commit 1d3b89e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/data/material/components/popover/MouseHoverPopover.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ export default function MouseHoverPopover() {
aria-owns={open ? 'mouse-over-popover' : undefined}
aria-haspopup="true"
onMouseEnter={handlePopoverOpen}
sx={{
display: 'inline',
}}
onMouseLeave={handlePopoverMouseMove}
>
Hover with a Popover.
</Typography>
Expand Down

0 comments on commit 1d3b89e

Please sign in to comment.