From 16fce94e9d02dace65b16bc707fabb5d94a7c9c6 Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:07:41 +0000 Subject: [PATCH] :file_folder: pre-commit Signed-off-by: stirlingbot[bot] --- app/core/src/main/resources/static/js/merge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/src/main/resources/static/js/merge.js b/app/core/src/main/resources/static/js/merge.js index 09a4fe2fc..82a0a0d88 100644 --- a/app/core/src/main/resources/static/js/merge.js +++ b/app/core/src/main/resources/static/js/merge.js @@ -179,7 +179,7 @@ function updateFiles() { console.warn("updateFiles: Could not find file:", fileNameFromList); } } - + document.getElementById("fileInput-input").files = dataTransfer.files; console.log("updateFiles: Updated file input with", dataTransfer.files.length, "files");