We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655ed84 commit 5eed0e8Copy full SHA for 5eed0e8
js/components/preview/viewerControls/settingsControls.js
@@ -86,7 +86,7 @@ export const SettingControls = memo(({ open, onClose }) => {
86
step={1}
87
min={0}
88
max={100}
89
- onChange={(e, value) => dispatch(setNglClipFar(value, viewParams[NGL_PARAMS.cli], majorView))}
+ onChange={(e, value) => dispatch(setNglClipFar(value, viewParams[NGL_PARAMS.clipFar], majorView))}
90
/>
91
</Grid>
92
0 commit comments