Skip to content

Commit

Permalink
fix(packages/viewer): update controlsOptions to disable auto-rotate i…
Browse files Browse the repository at this point in the history
…n Default story
  • Loading branch information
Schlomoh committed Nov 6, 2024
1 parent 6a06dae commit 1dc6adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/vectreal-viewer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ type Story = StoryObj<typeof meta>;
export const Default: Story = {
args: {
cameraOptions: defaultCameraOptions,
controlsOptions: defaultControlsOptions,
controlsOptions: { ...defaultControlsOptions, autoRotate: false },
envOptions: defaultEnvOptions,
gridOptions: defaultGridOptions,
infoPopoverOptions: defaultInfoPopoverProps,
Expand Down

0 comments on commit 1dc6adb

Please sign in to comment.