From f2890524404eeaf02eb2032f198c6ce6c3f05b41 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 31 Oct 2021 21:18:43 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index ad9a28c9..45a8384c 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -158,7 +158,7 @@ // Get all input elements inputs = extendInputs(evt.dataTransfer.files.length); - console.log("drop inputs", inputs); + console.log("drop inputs", inputs, evt); // Loop through each dropped file and try to assign to an // input element