{ if (e.target === e.currentTarget) onclose(); }} onkeydown={(e) => { if (e.key === "Escape") onclose(); }} >
Pin manga — slot {slotIndex + 1}
{#if loading}
Loading…
{:else if results.length === 0}
No results
{:else} {#each results as m (m.id)}
onpin(m)}>
{m.title}
{#if m.source?.displayName}
{m.source.displayName}
{/if}
{/each} {/if}