Skip to content

Commit 0522863

Browse files
committed
fix(edge): wrong pointercancel event
1 parent d537a48 commit 0522863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/utils/tap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ionic.tap = {
120120
if (window.navigator.pointerEnabled) {
121121
tapEventListener('pointerdown');
122122
tapEventListener('pointerup');
123-
tapEventListener('pointcancel');
123+
tapEventListener('pointercancel');
124124
tapTouchMoveListener = 'pointermove';
125125

126126
} else if (window.navigator.msPointerEnabled) {

0 commit comments

Comments
 (0)