plural, stop
This commit is contained in:
parent
d602c83d3d
commit
f7c6467941
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<MenuRow row-title="2D Cellular Automata">
|
<MenuRow row-title="2D Cellular Automaton">
|
||||||
<div class="form-field">
|
<div class="form-field">
|
||||||
<label>Start from empty board</label>
|
<label>Start from empty board</label>
|
||||||
<input
|
<input
|
||||||
|
@ -49,10 +49,12 @@ export const globalStore = defineStore("globalStore", {
|
|||||||
this.draw1d = true;
|
this.draw1d = true;
|
||||||
},
|
},
|
||||||
toggleDraw2d() {
|
toggleDraw2d() {
|
||||||
|
this.toggleStop();
|
||||||
this.canDraw = true;
|
this.canDraw = true;
|
||||||
this.draw2d = true;
|
this.draw2d = true;
|
||||||
},
|
},
|
||||||
toggleDraw2dLast() {
|
toggleDraw2dLast() {
|
||||||
|
this.toggleStop();
|
||||||
this.canDraw = true;
|
this.canDraw = true;
|
||||||
this.draw2dLast = true;
|
this.draw2dLast = true;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user