Skip to content

Commit 37a949c

Browse files
authored
feat: reset input value, so user can upload again
1 parent 7b8d51d commit 37a949c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hello-world/blazor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ window.startImageDecode = async () => {
232232
resultsContainer.innerText = ""; // Reset results container
233233
234234
const { files } = inputElement;
235+
inputElement.value = '';
235236
236237
try {
237238
for (let file of files) {

0 commit comments

Comments
 (0)