update step size of beta
This commit is contained in:
parent
fd9d373c66
commit
a615425738
@ -1763,7 +1763,7 @@ $: charNumber = $screenWidth < 640 ? 20 : 40;
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full pt-5">
|
<div class="w-full pt-5">
|
||||||
<input type="range" min="-10" max="10" step="1" bind:value={valueBeta} class="range range-secondary" />
|
<input type="range" min="-10" max="10" step="0.1" bind:value={valueBeta} class="range range-secondary" />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<!--End Beta Rule-->
|
<!--End Beta Rule-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user