Don't setProgress during file selection when file drop doesn't do that.

This commit is contained in:
Will Stott 2020-06-06 15:22:44 +01:00 committed by PaulSzymanski
parent 26fd1aade3
commit 97121c438a

View file

@ -138,7 +138,6 @@ class PeerUI {
to: this._peer.id
});
$input.value = null; // reset input
this.setProgress(0.01);
}
setProgress(progress) {