This commit is contained in:
Ross
2021-11-12 13:55:15 +00:00
parent bd0b1787f7
commit 1a78bc6c9d
+1 -1
View File
@@ -11,7 +11,7 @@
// set to hold the files that are still being processed // set to hold the files that are still being processed
let active_file_inputs = new Set(); let active_file_inputs = new Set();
let drops_processing = False; let drops_processing = false;
async function listAllFilesAndDirs(dirHandle, files_only) { async function listAllFilesAndDirs(dirHandle, files_only) {
const files = []; const files = [];