UX: center map to the new point when a new point was created

This commit is contained in:
Pieter Vander Vennet 2024-04-24 00:34:20 +02:00
parent e898931b94
commit ccc55a342d

View file

@ -147,6 +147,7 @@
abort() abort()
state.selectedElement.setData(feature) state.selectedElement.setData(feature)
tagsStore.ping() tagsStore.ping()
state.mapProperties.location.setData(location)
} }
function confirmSync() { function confirmSync() {