Spaces:
Sleeping
Sleeping
max 8 to save cpu
Browse files
src/components/ui-controls.tsx
CHANGED
|
@@ -133,7 +133,7 @@ export const UIControls = () => {
|
|
| 133 |
value={scrambleLength}
|
| 134 |
onChange={(value) => setScrambleLength(value as number)}
|
| 135 |
minValue={1}
|
| 136 |
-
maxValue={
|
| 137 |
step={1}
|
| 138 |
/>
|
| 139 |
</div>
|
|
|
|
| 133 |
value={scrambleLength}
|
| 134 |
onChange={(value) => setScrambleLength(value as number)}
|
| 135 |
minValue={1}
|
| 136 |
+
maxValue={8}
|
| 137 |
step={1}
|
| 138 |
/>
|
| 139 |
</div>
|