Skip to content

Commit 5cb7981

Browse files
authored
Merge pull request #5646 from IgniteUI/tzhelev/fix-5577-8.2.x
Remove preventDefault in tooltip's touchStart event - 8.2.x
2 parents 0269b96 + a5d7f7f commit 5cb7981

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

-1
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)