WIP: list scrolling
This commit is contained in:
@@ -29,7 +29,7 @@ export class LayersListComponent implements OnInit {
|
||||
LayerType = LayerType;
|
||||
|
||||
start = 0;
|
||||
limit = 50;
|
||||
limit = 200;
|
||||
end: number = this.limit + this.start;
|
||||
loadingInProgress = false;
|
||||
|
||||
@@ -40,7 +40,7 @@ export class LayersListComponent implements OnInit {
|
||||
private _http: HttpClient,
|
||||
) { }
|
||||
|
||||
@HostListener('document:scroll', ['$event'])
|
||||
//@HostListener('document:scroll', ['$event'])
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
public async onScroll(event: any) {
|
||||
console.log('on scrool', event);
|
||||
|
||||
Reference in New Issue
Block a user