We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de0ffb + 6e238e8 commit 5b7bda3Copy full SHA for 5b7bda3
1 file changed
src/custom/CustomTooltip/customTooltip.tsx
@@ -29,6 +29,8 @@ function CustomTooltip({
29
}: CustomTooltipProps): JSX.Element {
30
return (
31
<Tooltip
32
+ enterTouchDelay={0}
33
+ leaveTouchDelay={2000}
34
componentsProps={_.merge(
35
{
36
tooltip: {
0 commit comments