Skip to content

Commit 7b8d51d

Browse files
authored
inputElement.value = '';
1 parent 3062c25 commit 7b8d51d

File tree

1 file changed

+1
-0
lines changed
  • hello-world/blazor/hello-world-blazor/BlazorApp1/wwwroot

1 file changed

+1
-0
lines changed

hello-world/blazor/hello-world-blazor/BlazorApp1/wwwroot/decodeImage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ window.startImageDecode = async () => {
55
resultsContainer.innerText = ""; // Reset results container
66

77
const { files } = inputElement;
8+
inputElement.value = '';
89

910
try {
1011
for (let file of files) {

0 commit comments

Comments
 (0)