Skip to content

Commit

Permalink
REVERT LATER revert fix to verify added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 10, 2021
1 parent 6740eca commit 34ec9c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const SpeedDialAction = React.forwardRef(function SpeedDialAction(inProps, ref)
}

if (!open && tooltipOpen) {
setTooltipOpen(false);
// setTooltipOpen(false);
}

return (
Expand Down

0 comments on commit 34ec9c6

Please sign in to comment.