reduced matter restitution, map item's ray is now responsive #2150
This commit is contained in:
@@ -6,6 +6,7 @@ export const CommonStore = defineStore({
|
||||
id: 'common',
|
||||
state: () => ({
|
||||
hover_elmt: null,
|
||||
map_item_ray: Math.min(window.innerWidth, window.innerHeight) * 0.08,
|
||||
cartouch_width: 450,
|
||||
paper_symbol_definitions: {}
|
||||
}),
|
||||
|
Reference in New Issue
Block a user