diff --git a/src/UI/Popup/AddNewPoint/AddNewPoint.svelte b/src/UI/Popup/AddNewPoint/AddNewPoint.svelte index 852392ec1..5eee7d302 100644 --- a/src/UI/Popup/AddNewPoint/AddNewPoint.svelte +++ b/src/UI/Popup/AddNewPoint/AddNewPoint.svelte @@ -147,6 +147,7 @@ abort() state.selectedElement.setData(feature) tagsStore.ping() + state.mapProperties.location.setData(location) } function confirmSync() {