.
This commit is contained in:
@@ -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 = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user