Skip to content

Commit

Permalink
fix(web): saving pasted coordinates (#14143)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen authored Nov 14, 2024
1 parent d3fe238 commit d6a70bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
event.preventDefault();
[lat, lng] = [latitude, longitude];
onInput();
};
</script>

Expand Down

0 comments on commit d6a70bc

Please # to comment.