Accept hex pubkeys/npubs/nprofiles in ProfileMultiSelect

This commit is contained in:
Jon Staab
2026-01-06 10:17:17 -08:00
parent 0d6b4591f1
commit 986973a605
2 changed files with 24 additions and 3 deletions
+2 -3
View File
@@ -76,9 +76,8 @@
onclick={stopPropagation(preventDefault(() => select(value)))}>
<Component {value}></Component>
</button>
{:else}
<div class="tiptap-suggestions__item">No results</div>
{/each}
</div>
{#if items.length === 0}
<div class="tiptap-suggestions__empty">No results</div>
{/if}
</div>