MarcoLaws
Results
2
comments of
MarcoLaws
To reproduce the issue, i start from the exemple [](https://stackblitz.com/edit/ngx-infinite-scroll) I add the code below into the constructor. ``` of(null).pipe( delay(1000) ).subscribe(() => { this.prependItems(0, this.sum); }); ``` Before delay...
Same. I try by prepending datas in the list but if we are in top of list, we keep positioning at the top instead of keeping position of items we...