mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-10 04:31:00 +00:00
Merge 3eac183d8c
into 6b0cb75ed4
This commit is contained in:
commit
c2382eb36e
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@
|
|||
if( event.touches.length === 1 &&
|
||||
event.targetTouches.length === 1 &&
|
||||
event.changedTouches.length === 1 &&
|
||||
THIS[ tracker.hash ].lastTouch === event.touches[ 0 ]){
|
||||
THIS[ tracker.hash ].lastTouch.identifier === event.touches[ 0 ].identifier){
|
||||
|
||||
onMouseMove( tracker, event.touches[ 0 ] );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue