We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd1ae1 commit ed424b7Copy full SHA for ed424b7
app/core/src/main/resources/static/js/merge.js
@@ -179,7 +179,7 @@ function updateFiles() {
179
console.warn("updateFiles: Could not find file:", fileNameFromList);
180
}
181
182
-
+
183
document.getElementById("fileInput-input").files = dataTransfer.files;
184
console.log("updateFiles: Updated file input with", dataTransfer.files.length, "files");
185
0 commit comments