We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6c5ff commit 039d1c6Copy full SHA for 039d1c6
src/app/app.component.ts
@@ -40,7 +40,7 @@ export class AppComponent implements OnInit{
40
if(nativeElement.clientHeight + Math.round(nativeElement.scrollTop) === nativeElement.scrollHeight && this.audits.length !== this.totalCount){
41
await this.getAudits(this.pageIndex, this.pageSize);
42
this.pageIndex +=1;
43
- nativeElement.scrollTop=0;
+ // nativeElement.scrollTop=0;
44
}
45
46
0 commit comments