fix(web): saving pasted coordinates (#14143)

This commit is contained in:
Michel Heusschen 2024-11-14 16:21:40 +01:00 committed by GitHub
parent d3fe238eef
commit d6a70bc7e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@
event.preventDefault();
[lat, lng] = [latitude, longitude];
onInput();
};
</script>