Updates to fix errors for CC
This commit is contained in:
parent
3ccb7e63e1
commit
274c165357
22 changed files with 731 additions and 926 deletions
|
@ -208,7 +208,7 @@ class InfiniteScroller{
|
|||
if(this.changePromise){
|
||||
return await this.changePromise;
|
||||
}else{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}else{
|
||||
this.watchtime=false;
|
||||
|
@ -239,8 +239,9 @@ class InfiniteScroller{
|
|||
throw e;
|
||||
}finally{
|
||||
|
||||
this.changePromise=undefined;
|
||||
|
||||
setTimeout(_=>{
|
||||
this.changePromise=undefined;
|
||||
this.currrunning=false;
|
||||
if(this.watchtime){
|
||||
this.watchForChange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue