Skip to content

Commit

Permalink
修错误代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Jan 27, 2020
1 parent 24af023 commit c13ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/wavesurfer.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fn.prototype=WaveSurferView.prototype={
if(arr.length){
This.draw(arr,This.sampleRate);
}else{
if(now-This.inputTime>1.3){
if(now-This.inputTime>1300){
//超时没有输入,干掉定时器
clearInterval(This.timer);
This.timer=0;
Expand Down

0 comments on commit c13ff79

Please sign in to comment.