Skip to content

Commit 039d1c6

Browse files
author
SpringSrikanth
committed
Added new changes
1 parent ff6c5ff commit 039d1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class AppComponent implements OnInit{
4040
if(nativeElement.clientHeight + Math.round(nativeElement.scrollTop) === nativeElement.scrollHeight && this.audits.length !== this.totalCount){
4141
await this.getAudits(this.pageIndex, this.pageSize);
4242
this.pageIndex +=1;
43-
nativeElement.scrollTop=0;
43+
// nativeElement.scrollTop=0;
4444
}
4545
}
4646

0 commit comments

Comments
 (0)