fix#71 fix touch event listener and throttle touch move callback

This commit is contained in:
Yanzhen Yu
2019-06-17 18:07:30 +08:00
parent 52ec5d435b
commit d43aa974f5
4 changed files with 29 additions and 9 deletions

View File

@@ -184,7 +184,7 @@ export enum MouseInteractions {
Focus,
Blur,
TouchStart,
TouchMove,
TouchMove_Departed, // we will start a separate observer for touch move event
TouchEnd,
}