{#if showModal && isClickable}
If you prefer to inject clipboard content directly in the chat, you can disable this
feature in the
settings page.
{:else}
{/if}
{:else if isPlainText(file.mime)}
{file.name}
{#if file.mime === "application/vnd.chatui.clipboard"}
{result}
{/await}
{:else}
{atob(file.value)}
{/if}