fix: allow arbitrary decimal values for base multiplier
This commit is contained in:
@@ -255,8 +255,8 @@ dialog h2 {
|
|||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
bind:value={options.baseMultiplier}
|
bind:value={options.baseMultiplier}
|
||||||
min="0.1"
|
min="0"
|
||||||
step="0.1"
|
step="any"
|
||||||
placeholder="1"
|
placeholder="1"
|
||||||
onkeydown={(event) => do_on_key(event, 'Enter', false, handleInsert)}
|
onkeydown={(event) => do_on_key(event, 'Enter', false, handleInsert)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user