mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
fix(web): saving pasted coordinates (#14143)
This commit is contained in:
parent
d3fe238eef
commit
d6a70bc7e5
@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
[lat, lng] = [latitude, longitude];
|
[lat, lng] = [latitude, longitude];
|
||||||
|
onInput();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user