Merge branch 'develop' into feature/json-editor

This commit is contained in:
Robin van der Linde 2024-02-13 12:17:05 +01:00
commit 55cde117d7
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "mapcomplete",
"version": "0.37.4",
"version": "0.37.5",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",

View file

@ -79,7 +79,7 @@
<label
class={twMerge(cls, drawAttention ? "glowing-shadow" : "")}
for={id}
on:click={() => {
on:click|preventDefault={() => {
inputElement.click()
}}
style="margin-left:0"