mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Merge pull request #188 from iangilman/touch
Ignoring touchMove if we didn't get the touchStart
This commit is contained in:
commit
dde052a22a
@ -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…
Reference in New Issue
Block a user