浏览代码

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

Will Stott 4 年之前
父节点
当前提交
97121c438a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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) {