Skip to content

Commit

Permalink
remove incorrect code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Feb 19, 2024
1 parent 1476da5 commit 3809d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const TooltipPopper = styled(Popper, {
},
})(({ theme, ownerState, open }) => ({
zIndex: (theme.vars || theme).zIndex.tooltip,
pointerEvents: 'none', // disable jss-rtl plugin
pointerEvents: 'none',
...(!ownerState.disableInteractive && {
pointerEvents: 'auto',
}),
Expand Down

0 comments on commit 3809d85

Please sign in to comment.