Skip to content

Commit 0a2f634

Browse files
committed
fix(tooltip): del prevDefault in touchStart #5577
1 parent eb91703 commit 0a2f634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
350350
return;
351351
}
352352

353-
event.preventDefault();
354353
this.showTooltip();
355354
}
356355

0 commit comments

Comments
 (0)