forked from MapComplete/MapComplete
UX: clicking the 'clear'-button will not expand the search sidebar
This commit is contained in:
parent
5b0bb189d0
commit
34672075d4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
{#if $value.length > 0}
|
||||
<Backspace
|
||||
on:click={() => value.set("")}
|
||||
on:click={(e) =>{ value.set("") ; e.preventDefault()}}
|
||||
color="var(--button-background)"
|
||||
class="mr-3 h-6 w-6 cursor-pointer"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue