mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): saving pasted coordinates (#14143)
This commit is contained in:
parent
d3fe238eef
commit
d6a70bc7e5
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
event.preventDefault();
|
||||
[lat, lng] = [latitude, longitude];
|
||||
onInput();
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue