Skip to content

Commit ba34847

Browse files
authored
Merge pull request #1137 from FaheemOnHub/fix/tooltip/duration
fix: custom - tooltip on hover should stay there for atleast some seconds
2 parents aa3d00c + f700a7b commit ba34847

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-
enterTouchDelay={0}
33-
leaveTouchDelay={2000}
32+
enterDelay={0}
33+
leaveDelay={1200}
3434
componentsProps={_.merge(
3535
{
3636
tooltip: {

0 commit comments

Comments
 (0)