forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
87a061bdd4
commit
4e3505a66e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
use:ariaLabel={placeholder}
|
use:ariaLabel={placeholder}
|
||||||
/>
|
/>
|
||||||
<!-- Show a 'clear field' icon in the searchbar. The android-build already provides this for us, hence the outer if -->
|
<!-- Show a 'clear field' icon in the searchbar. The android-build already provides this for us, hence the outer if -->
|
||||||
{#if !$isAndroid $value.length > 0}
|
{#if !$isAndroid && $value.length > 0}
|
||||||
<Backspace
|
<Backspace
|
||||||
on:click={(e) => {
|
on:click={(e) => {
|
||||||
value.set("")
|
value.set("")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue