Skip to content

Commit c191d5e

Browse files
authored
Merge pull request #1143 from layer5io/revert-1137-fix/tooltip/duration
Revert "fix: custom - tooltip on hover should stay there for atleast some seconds "
2 parents 7e6c492 + cb20afd commit c191d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/CustomTooltip/customTooltip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ function CustomTooltip({
2929
}: CustomTooltipProps): JSX.Element {
3030
return (
3131
<Tooltip
32-
enterDelay={0}
33-
leaveDelay={1200}
32+
enterTouchDelay={0}
33+
leaveTouchDelay={2000}
3434
componentsProps={_.merge(
3535
{
3636
tooltip: {

0 commit comments

Comments
 (0)