.
This commit is contained in:
@@ -295,9 +295,9 @@
|
||||
let distinct_set = new Set([...files_to_add].filter(
|
||||
x => !current_files.has(x)));
|
||||
|
||||
console.log("distinct set", distinct_set.length,
|
||||
console.log("distinct set", distinct_set.size,
|
||||
items);
|
||||
extendInputs(distinct_set.length);
|
||||
extendInputs(distinct_set.size);
|
||||
distinct_set.forEach((file) => {
|
||||
addFile(file, false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user