mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
orignal Config
This commit is contained in:
parent
41a07b2250
commit
3a0bb0cd58
1 changed files with 4 additions and 4 deletions
|
@ -1195,8 +1195,8 @@ function OpenSeadragon( options ){
|
|||
gestureSettingsMouse: {
|
||||
dragToPan: true,
|
||||
scrollToZoom: true,
|
||||
clickToZoom: false,
|
||||
dblClickToZoom: true,
|
||||
clickToZoom: true,
|
||||
dblClickToZoom: false,
|
||||
pinchToZoom: false,
|
||||
zoomToRefPoint: true,
|
||||
flickEnabled: false,
|
||||
|
@ -1219,8 +1219,8 @@ function OpenSeadragon( options ){
|
|||
gestureSettingsPen: {
|
||||
dragToPan: true,
|
||||
scrollToZoom: false,
|
||||
clickToZoom: false,
|
||||
dblClickToZoom: true,
|
||||
clickToZoom: true,
|
||||
dblClickToZoom: false,
|
||||
pinchToZoom: false,
|
||||
zoomToRefPoint: true,
|
||||
flickEnabled: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue