Fix cellular automaton form

This commit is contained in:
Joscha 2025-03-20 17:43:31 +01:00
parent 711fed91c9
commit c6f5e373da

View file

@ -32,7 +32,7 @@ function submit() {
v-model="rule" v-model="rule"
type="number" type="number"
min="0" min="0"
max="127" max="255"
placeholder="random" placeholder="random"
:disabled :disabled
/> />