Procházet zdrojové kódy

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

Will Stott před 4 roky
rodič
revize
97121c438a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      client/scripts/ui.js

+ 0 - 1
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) {