search misc: results links, ...
This commit is contained in:
@@ -8,6 +8,7 @@ export const CommonStore = defineStore({
|
||||
hover_elmt: null,
|
||||
map_item_ray: Math.min(window.innerWidth, window.innerHeight) * 0.08,
|
||||
cartouch_width: 450,
|
||||
cartouch_is_opened: false,
|
||||
paper_symbol_definitions: {}
|
||||
}),
|
||||
getters: {
|
||||
@@ -19,6 +20,9 @@ export const CommonStore = defineStore({
|
||||
// mode can be : terraindevie, proximite, superposition, puissancedagir, action, doleancer
|
||||
this.hover_elmt = elmt;
|
||||
},
|
||||
setCartoucheOpened (v) {
|
||||
this.cartouch_is_opened = v;
|
||||
},
|
||||
addPaperSymbolDefinition(name, path) {
|
||||
// console.log(`addPaperSymbolDefinition ${name}`, path);
|
||||
// mode can be : terraindevie, proximite, superposition, puissancedagir, action, doleancer
|
||||
|
||||
Reference in New Issue
Block a user