forked from MapComplete/MapComplete
Merge branch 'develop' into feature/json-editor
This commit is contained in:
commit
55cde117d7
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<label
|
||||
class={twMerge(cls, drawAttention ? "glowing-shadow" : "")}
|
||||
for={id}
|
||||
on:click={() => {
|
||||
on:click|preventDefault={() => {
|
||||
inputElement.click()
|
||||
}}
|
||||
style="margin-left:0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue