.
This commit is contained in:
@@ -294,12 +294,8 @@
|
||||
// x => !current_files.has(x)));
|
||||
|
||||
|
||||
|
||||
console.log(files_to_add, current_files,
|
||||
distinct_set);
|
||||
|
||||
extendInputs(distinct_set.size);
|
||||
distinct_set.forEach((file) => {
|
||||
extendInputs(files_to_add.size);
|
||||
files_to_add.forEach((file) => {
|
||||
addFile(file, false);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user