fix#71 fix touch event listener and throttle touch move callback
This commit is contained in:
@@ -184,7 +184,7 @@ export enum MouseInteractions {
|
||||
Focus,
|
||||
Blur,
|
||||
TouchStart,
|
||||
TouchMove,
|
||||
TouchMove_Departed, // we will start a separate observer for touch move event
|
||||
TouchEnd,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user