mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: pointercancel event is not handled (#9250)
This commit is contained in:
@@ -46,6 +46,7 @@ export const TOUCH_MAP: {[key: string]: string[]} = {
|
||||
'mouseup': ['pointerup', 'pointercancel'],
|
||||
'touchend': ['pointerup'],
|
||||
'touchcancel': ['pointercancel'],
|
||||
'pointerup': ['pointerup', 'pointercancel'],
|
||||
};
|
||||
|
||||
/** PID of queued long-press task. */
|
||||
|
||||
Reference in New Issue
Block a user