{ if (ev.key == "Enter") { if (ev.currentTarget.value) tags = [...tags, ev.currentTarget.value]; ev.currentTarget.value = ""; update(); } }} />
Tips Press enter without entering a tag to refresh.
Files are picked randomly
Click on a file to embed it
{#each tags as tag} removeTag(tag)} /> {/each}
{#if loading} Loading... {:else}
{#each maps as map (map[0])} handleEv(ev, map[1])} inhibitExpand={true} id={"only"} file={map[1]} /> {/each}
{/if}