Skip to content

Commit cb20afd

Browse files
authored
Revert "fix: custom - tooltip on hover should stay there for atleast some seconds "
1 parent 7e6c492 commit cb20afd

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)