fix: input multiple

This commit is contained in:
not-nullptr 2024-11-11 16:37:33 +00:00
parent b5ac70a015
commit 012f447b8c
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@
<p class="text-foreground-muted">the</p>
</button>
<input type="file" class="hidden" bind:files bind:this={fileInput} />
<input type="file" class="hidden" bind:files bind:this={fileInput} multiple />