Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jul 29, 2024
1 parent 667d166 commit 2690010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class ScrollStrategiesPage implements OnInit {

ngOnInit() {
this.items.set(
Array.from({ length: 1000 }).map((_, index) => {
Array.from({ length: 10000 }).map((_, index) => {
return {
trackId: index,
itemSize: Math.floor(Math.random() * (this.max - this.min) + this.min),
Expand Down

0 comments on commit 2690010

Please sign in to comment.