linting and formating

This commit is contained in:
2022-12-02 17:11:34 +01:00
parent 2924994e7e
commit e4f433887b
9 changed files with 66 additions and 62 deletions

View File

@ -35,7 +35,7 @@ export const globalStore = defineStore("globalStore", {
draw2dLast: false,
reset: false,
canDraw: true,
}
};
},
actions: {
toggleDraw1d() {