Skip to content

Commit ab7b44a

Browse files
committed
Changed Default for One-Button Operation in Viewer
1 parent f9e6e19 commit ab7b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/vizi/vizi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50518,7 +50518,7 @@ Vizi.Viewer = function(param)
5051850518
this.showBoundingBox = (param.showBoundingBox !== undefined) ? param.showBoundingBox : false;
5051950519
this.allowPan = (param.allowPan !== undefined) ? param.allowPan : true;
5052050520
this.allowZoom = (param.allowZoom !== undefined) ? param.allowZoom : true;
50521-
this.oneButton = (param.oneButton !== undefined) ? param.oneButton : true;
50521+
this.oneButton = (param.oneButton !== undefined) ? param.oneButton : false;
5052250522
this.gridSize = param.gridSize || Vizi.Viewer.DEFAULT_GRID_SIZE;
5052350523
this.gridStepSize = param.gridStepSize || Vizi.Viewer.DEFAULT_GRID_STEP_SIZE;
5052450524

0 commit comments

Comments
 (0)