adding the value to the cursor

This commit is contained in:
Gala
2022-08-08 17:03:05 +02:00
parent 67130a1289
commit b3b8d2ab46
+1 -1
View File
@@ -41,7 +41,7 @@ const FilterItem = ({
<Slider
value={value}
onChange={(e: Event, newValue: number | number[]) => onChange(id, newValue as number[])}
valueLabelDisplay="off"
valueLabelDisplay={isSmooth ? 'auto' : 'off'}
marks={marks}
step={isSmooth ? 1 : null}
scale={scale}