From 97121c438aa130c1ebf6b902e1404f1760ee80d9 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sat, 6 Jun 2020 15:22:44 +0100 Subject: [PATCH] Don't setProgress during file selection when file drop doesn't do that. --- client/scripts/ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/scripts/ui.js b/client/scripts/ui.js index 0996d70..030b2a6 100644 --- a/client/scripts/ui.js +++ b/client/scripts/ui.js @@ -138,7 +138,6 @@ class PeerUI { to: this._peer.id }); $input.value = null; // reset input - this.setProgress(0.01); } setProgress(progress) {