Skip to content

Commit

Permalink
refactor on #14731
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 7, 2024
1 parent 9b3c6f2 commit d0e87eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/scroller/scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ export class Scroller implements OnInit, AfterContentInit, AfterViewChecked, OnD
}
set items(val: any[] | undefined | null) {
this._items = val;
this.init();
this.calculateAutoSize();
}
/**
* The height/width of item according to orientation.
Expand Down

0 comments on commit d0e87eb

Please sign in to comment.