Skip to content

Commit

Permalink
Fix upload same file more than one time in chats
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi committed Sep 24, 2024
1 parent 04082c2 commit 1b31187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/elements/Input/FileInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}
dispatch("select", files)
fileInput = null
refSelf.value = ""
}
export function click() {
Expand Down

0 comments on commit 1b31187

Please sign in to comment.