[Vuejs]-Leaflet always centers map after click event

0๐Ÿ‘

โœ…

I finally fixed it. The problem was, that i passed an initial :center โ€“ prop to my leaflet-component, which was used to pan to, on every update:center โ€“ event. Here is the GitHub Issue, which helped me out: GitHub

Leave a comment