bug fix cartouch_is_opened #2296

This commit is contained in:
2023-09-29 09:52:35 +02:00
parent 31c049e657
commit 5db02242aa
2 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ export const CommonStore = defineStore({
this.cartouch_width = this.original_cartouch_width * delta;
},
setCartoucheOpened (v) {
console.log('setCartoucheOpened', v);
this.cartouch_is_opened = v;
},
addPaperSymbolDefinition(name, path) {