bug fix cartouch_is_opened #2296
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user