wip optimizing render
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user