We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e6e19 commit ab7b44aCopy full SHA for ab7b44a
libs/vizi/vizi.js
@@ -50518,7 +50518,7 @@ Vizi.Viewer = function(param)
50518
this.showBoundingBox = (param.showBoundingBox !== undefined) ? param.showBoundingBox : false;
50519
this.allowPan = (param.allowPan !== undefined) ? param.allowPan : true;
50520
this.allowZoom = (param.allowZoom !== undefined) ? param.allowZoom : true;
50521
- this.oneButton = (param.oneButton !== undefined) ? param.oneButton : true;
+ this.oneButton = (param.oneButton !== undefined) ? param.oneButton : false;
50522
this.gridSize = param.gridSize || Vizi.Viewer.DEFAULT_GRID_SIZE;
50523
this.gridStepSize = param.gridStepSize || Vizi.Viewer.DEFAULT_GRID_STEP_SIZE;
50524
0 commit comments