2D CA from uploaded picture

This commit is contained in:
2022-12-15 12:17:27 +01:00
parent b6023601c4
commit 9920e98b65
4 changed files with 104 additions and 13 deletions

View File

@ -69,7 +69,6 @@ export const globalStore = defineStore("globalStore", {
this.draw2dLast = true;
},
toggle2dDrawFromPicture() {
console.log("toggleDraw2dFromPicture");
this.toggleStop();
this.canDraw = true;
this.draw2dpicture = true;