mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-19 17:10:59 +00:00
Merge 96c14f7617
into 6e58aa7108
This commit is contained in:
commit
68b382a8e7
1 changed files with 4 additions and 0 deletions
|
@ -993,6 +993,10 @@
|
|||
touchB,
|
||||
pinchDelta;
|
||||
|
||||
if ( !THIS[ tracker.hash ].lastTouch ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if( event.touches.length === 1 &&
|
||||
event.targetTouches.length === 1 &&
|
||||
event.changedTouches.length === 1 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue