mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: only show clear button when a value has been selected
This commit is contained in:
parent
31579e2124
commit
8bf3c5b0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
{#if filteredOptions.length > 0}
|
||||
{#if value !== ""}
|
||||
<Divider />
|
||||
<div
|
||||
tabindex="-1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue