diff --git a/src/UI/Popup/AddNewPoint/AddNewPoint.svelte b/src/UI/Popup/AddNewPoint/AddNewPoint.svelte index 852392ec19..5eee7d302c 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() {