mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Made it possible to add files via the selector "File by File".
This commit is contained in:
@@ -9,7 +9,7 @@ document.getElementById("fileInput-input").addEventListener("change", function (
|
||||
});
|
||||
|
||||
/**
|
||||
* @param {FileList} files
|
||||
* @param {File[]} files
|
||||
*/
|
||||
function displayFiles(files) {
|
||||
const list = document.getElementById("selectedFiles");
|
||||
|
||||
Reference in New Issue
Block a user