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