.
This commit is contained in:
@@ -84,7 +84,9 @@
|
||||
for (let j = 0; j < inputs.length; j++) {
|
||||
i = inputs.get(j);
|
||||
console.log(i)
|
||||
if (i.files.length > 0) {
|
||||
files.add(i.files[0]);
|
||||
}
|
||||
console.log(i.files)
|
||||
}
|
||||
return files;
|
||||
@@ -293,7 +295,8 @@
|
||||
let distinct_set = new Set([...files_to_add].filter(
|
||||
x => !current_files.has(x)));
|
||||
|
||||
console.log("distinct set", distinct_set.length, items);
|
||||
console.log("distinct set", distinct_set.length,
|
||||
items);
|
||||
extendInputs(distinct_set.length);
|
||||
distinct_set.forEach((file) => {
|
||||
addFile(file, false);
|
||||
|
||||
Reference in New Issue
Block a user