Updates to fix errors for CC

This commit is contained in:
MathMan05 2024-08-21 14:51:34 -05:00
parent 3ccb7e63e1
commit 274c165357
22 changed files with 731 additions and 926 deletions

View file

@ -209,7 +209,7 @@ class InfiniteScroller {
return await this.changePromise;
}
else {
return true;
return false;
}
}
else {
@ -244,8 +244,8 @@ class InfiniteScroller {
throw e;
}
finally {
this.changePromise = undefined;
setTimeout(_ => {
this.changePromise = undefined;
this.currrunning = false;
if (this.watchtime) {
this.watchForChange();