Skip to content

Commit 5b7bda3

Browse files
authored
Merge pull request #1031 from M-DEV-1/M-DEV-1/add-mobile-support-to-infoicon
Fix: Add mobile tap support for CustomTooltip
2 parents 8de0ffb + 6e238e8 commit 5b7bda3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/custom/CustomTooltip/customTooltip.tsx

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

0 commit comments

Comments
 (0)