wip optimizing render

This commit is contained in:
2022-12-19 16:00:38 +01:00
parent e03f7db3ba
commit 2a42746e1c
7 changed files with 119 additions and 86 deletions

View File

@ -33,7 +33,7 @@ export const globalStore = defineStore("globalStore", {
refreshRate: 300,
initial1dState: "onecell",
drawingDirection: "y",
lastBoard: {},
lastBoard: null,
draw1d: false,
draw2d: false,
draw2dLast: false,
@ -43,6 +43,7 @@ export const globalStore = defineStore("globalStore", {
picture: null,
mainMenu: false,
activeSubMenu: "",
loop: true,
};
},
actions: {