소스 검색

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) {