plural, stop

This commit is contained in:
2022-12-04 18:47:20 +01:00
parent e749132d77
commit ca52f82fe0
2 changed files with 3 additions and 1 deletions

View File

@ -49,10 +49,12 @@ export const globalStore = defineStore("globalStore", {
this.draw1d = true;
},
toggleDraw2d() {
this.toggleStop();
this.canDraw = true;
this.draw2d = true;
},
toggleDraw2dLast() {
this.toggleStop();
this.canDraw = true;
this.draw2dLast = true;
},