commit 97121c438aa130c1ebf6b902e1404f1760ee80d9
parent 26fd1aade303bc2f70d137c65779f52e3b94724a
Author: Will Stott <willstott101@gmail.com>
Date: Sat, 6 Jun 2020 15:22:44 +0100
Don't setProgress during file selection when file drop doesn't do that.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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) {