#1325 Increase precision for typical sampler
This commit is contained in:
parent
9b0ac48cda
commit
fb5fa8de7c
|
@ -879,10 +879,10 @@
|
|||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="typical" name="volume" min="0" max="1" step="0.01">
|
||||
<input type="range" id="typical" name="volume" min="0" max="1" step="0.001">
|
||||
</div>
|
||||
<div class="range-block-counter">
|
||||
<input type="number" min="0" max="1" step="0.01" data-for="typical" id="typical_counter">
|
||||
<input type="number" min="0" max="1" step="0.001" data-for="typical" id="typical_counter">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue