mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-19 17:10:59 +00:00
Merge 0ef98be0b7
into 21ec16f2a7
This commit is contained in:
commit
8ff9cc0ad7
1 changed files with 2 additions and 1 deletions
|
@ -789,7 +789,8 @@
|
|||
event.changedTouches.length == 1 ){
|
||||
|
||||
THIS[ tracker.hash ].lastTouch = null;
|
||||
onMouseUp( tracker, event.changedTouches[ 0 ] );
|
||||
|
||||
onMouseUpWindow( tracker, event.changedTouches[ 0 ] );
|
||||
onMouseOut( tracker, event.changedTouches[ 0 ] );
|
||||
}
|
||||
if( event.touches.length + event.changedTouches.length == 2 ){
|
||||
|
|
Loading…
Add table
Reference in a new issue