reset/stop to bottom

This commit is contained in:
2022-12-04 17:24:45 +01:00
parent 04e48c5b1b
commit 1d01a23dd1
4 changed files with 46 additions and 32 deletions

View File

@ -64,13 +64,6 @@
</form>
<div class="form-field">
<input type="button" name="start" value="start" @click="toggleDraw1d()" />
<input
type="button"
name="reset"
class="reset"
value="reset"
@click="toggleReset"
/>
</div>
</MenuRow>
</template>
@ -108,7 +101,7 @@
},
},
methods: {
...mapActions(globalStore, ["toggleDraw1d", "toggleReset"]),
...mapActions(globalStore, ["toggleDraw1d"]),
copyRules() {
const rules = JSON.stringify(this.rules);
navigator.clipboard.writeText(rules);