We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3062c25 commit 7b8d51dCopy full SHA for 7b8d51d
1 file changed
hello-world/blazor/hello-world-blazor/BlazorApp1/wwwroot/decodeImage.js
@@ -5,6 +5,7 @@ window.startImageDecode = async () => {
5
resultsContainer.innerText = ""; // Reset results container
6
7
const { files } = inputElement;
8
+ inputElement.value = '';
9
10
try {
11
for (let file of files) {
0 commit comments