better responsivness #2416
This commit is contained in:
@@ -21,6 +21,10 @@ export const CommonStore = defineStore({
|
||||
// mode can be : terraindevie, proximite, superposition, puissancedagir, action, doleancer
|
||||
this.hover_elmt = elmt;
|
||||
},
|
||||
setOriginalCartoucheWidth (w) {
|
||||
console.log('CommonStore setOriginalCartoucheWidth', w);
|
||||
this.original_cartouch_width = w;
|
||||
},
|
||||
setCartoucheWidth (delta) {
|
||||
console.log('CommonStore setCartoucheWidth', delta);
|
||||
this.cartouch_width = this.original_cartouch_width * delta;
|
||||
|
||||
Reference in New Issue
Block a user