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}
|
{#if $value.length > 0}
|
||||||
<Backspace
|
<Backspace
|
||||||
on:click={() => value.set("")}
|
on:click={(e) =>{ value.set("") ; e.preventDefault()}}
|
||||||
color="var(--button-background)"
|
color="var(--button-background)"
|
||||||
class="mr-3 h-6 w-6 cursor-pointer"
|
class="mr-3 h-6 w-6 cursor-pointer"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue