Skip to content

Commit 40497b8

Browse files
Update packages/material-ui/src/Tooltip/Tooltip.js
Co-Authored-By: Matt <[email protected]>
1 parent c61711b commit 40497b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ const Tooltip = React.forwardRef(function Tooltip(props, ref) {
350350
hystersisTimer = setTimeout(() => {
351351
hystersisOpen = false;
352352
}, 800 + leaveDelay);
353-
// Wait x ms, about the same amount of time the Web platform do.
354353
setOpenState(false);
355354

356355
if (onClose) {

0 commit comments

Comments
 (0)