Skip to content

Commit 910cc46

Browse files
[material-ui][Tooltip] Remove incorrect code comment (#41179)
1 parent 0d66c1f commit 910cc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-material/src/Tooltip/Tooltip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TooltipPopper = styled(Popper, {
5656
},
5757
})(({ theme, ownerState, open }) => ({
5858
zIndex: (theme.vars || theme).zIndex.tooltip,
59-
pointerEvents: 'none', // disable jss-rtl plugin
59+
pointerEvents: 'none',
6060
...(!ownerState.disableInteractive && {
6161
pointerEvents: 'auto',
6262
}),

0 commit comments

Comments
 (0)