We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacd358 commit 8024724Copy full SHA for 8024724
core/touch.ts
@@ -46,6 +46,7 @@ export const TOUCH_MAP: {[key: string]: string[]} = {
46
'mouseup': ['pointerup', 'pointercancel'],
47
'touchend': ['pointerup'],
48
'touchcancel': ['pointercancel'],
49
+ 'pointerup': ['pointerup', 'pointercancel'],
50
};
51
52
/** PID of queued long-press task. */
0 commit comments