Client - disable map zoom animation on workout navigation

This commit is contained in:
Sam 2023-02-16 10:20:04 +01:00
parent 8cf86d9e25
commit 655c7a9f2b

View File

@ -13,6 +13,7 @@
:maxZoom="19" :maxZoom="19"
:center="center" :center="center"
:bounds="bounds" :bounds="bounds"
:zoomAnimation="false"
ref="workoutMap" ref="workoutMap"
@ready="fitBounds(bounds)" @ready="fitBounds(bounds)"
> >