fix: allow arbitrary decimal values for base multiplier

This commit is contained in:
2026-01-13 19:30:24 +01:00
parent 296201eee5
commit 041d415525

View File

@@ -255,8 +255,8 @@ dialog h2 {
<input
type="number"
bind:value={options.baseMultiplier}
min="0.1"
step="0.1"
min="0"
step="any"
placeholder="1"
onkeydown={(event) => do_on_key(event, 'Enter', false, handleInsert)}
/>