clear liste etape scroll, set header position based on content or not, local storage for disable animation
This commit is contained in:
@@ -7,4 +7,5 @@ export function setupMapStore(mapStore, map, settings) {
|
||||
mapStore.defaultZoomDesktop = settings.settings.minZoom;
|
||||
mapStore.defaultZoomMobile = settings.settings.minZoom - 1;
|
||||
mapStore.map.flyTo([mapStore.defaultMapCenter.lat, mapStore.defaultMapCenter.lng], useLayoutStore().isDesktop ? mapStore.defaultZoomDesktop : mapStore.defaultZoomMobile);
|
||||
mapStore.checkReducedMotion();
|
||||
}
|
Reference in New Issue
Block a user