{}}
on:dragleave={() => {}}
on:drop|preventDefault|stopPropagation={fileDrop}
>
{#if attachments.size || progress}
{/if}
0}
withoutTopBorder={attachments.size > 0}
on:attach={() => {
dispatch('focus')
inputFile.click()
}}
on:update={onUpdate}
{placeholder}
{extraActions}
/>