From fab3dbf7f8bdf10438bc9979f34ad481786624d2 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 16:07:27 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index a7855d8e..9e315480 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -280,6 +280,8 @@ let distinct_set = new Set([...files_to_add].filter( x => !current_files.has(x))); + console.log(distinct_set); + extendInputs(distinct_set.size); distinct_set.forEach((file) => { addFile(file, false);