mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Don't setProgress during file selection when file drop doesn't do that.
This commit is contained in:
parent
26fd1aade3
commit
97121c438a
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ class PeerUI {
|
||||||
to: this._peer.id
|
to: this._peer.id
|
||||||
});
|
});
|
||||||
$input.value = null; // reset input
|
$input.value = null; // reset input
|
||||||
this.setProgress(0.01);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setProgress(progress) {
|
setProgress(progress) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue