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}
|
||||
/>
|
||||
<!-- 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
|
||||
on:click={(e) => {
|
||||
value.set("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue