mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 17:52:17 +00:00
fix: performance degradation when scrolling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<stapps-context contentId="data-list"></stapps-context>
|
||||
<stapps-context></stapps-context>
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
@@ -15,5 +15,5 @@
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<stapps-data-list id="data-list" [items]="items | async" (loadmore)="loadMore($event)"></stapps-data-list>
|
||||
<stapps-data-list id="data-list" [items]="items | async" [singleType]="singleTypeResponse" (loadmore)="loadMore($event)"></stapps-data-list>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user