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",
|
"name": "mapcomplete",
|
||||||
"version": "0.37.4",
|
"version": "0.37.5",
|
||||||
"repository": "https://github.com/pietervdvn/MapComplete",
|
"repository": "https://github.com/pietervdvn/MapComplete",
|
||||||
"description": "A small website to edit OSM easily",
|
"description": "A small website to edit OSM easily",
|
||||||
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
|
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
<label
|
<label
|
||||||
class={twMerge(cls, drawAttention ? "glowing-shadow" : "")}
|
class={twMerge(cls, drawAttention ? "glowing-shadow" : "")}
|
||||||
for={id}
|
for={id}
|
||||||
on:click={() => {
|
on:click|preventDefault={() => {
|
||||||
inputElement.click()
|
inputElement.click()
|
||||||
}}
|
}}
|
||||||
style="margin-left:0"
|
style="margin-left:0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue