Skip to content

Commit 8024724

Browse files
authored
fix: pointercancel event is not handled (#9250)
1 parent cacd358 commit 8024724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/touch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const TOUCH_MAP: {[key: string]: string[]} = {
4646
'mouseup': ['pointerup', 'pointercancel'],
4747
'touchend': ['pointerup'],
4848
'touchcancel': ['pointercancel'],
49+
'pointerup': ['pointerup', 'pointercancel'],
4950
};
5051

5152
/** PID of queued long-press task. */

0 commit comments

Comments
 (0)