From ff6cde76dfb1bc459ac61a13166788137869f50c Mon Sep 17 00:00:00 2001 From: Santiago Tettamanti Date: Thu, 16 Dec 2021 10:32:04 -0300 Subject: [PATCH] Fix to collection selection window not loading successfully. In collection dropdown component, moved the return statement that returned the collection list outside the condition that checks if it's the final page --- .../collection-dropdown.component.html | 6 ++--- .../collection-dropdown.component.ts | 24 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/shared/collection-dropdown/collection-dropdown.component.html b/src/app/shared/collection-dropdown/collection-dropdown.component.html index 831c70ad11..87337d9084 100644 --- a/src/app/shared/collection-dropdown/collection-dropdown.component.html +++ b/src/app/shared/collection-dropdown/collection-dropdown.component.html @@ -11,8 +11,8 @@ aria-labelledby="dropdownMenuButton" (scroll)="onScroll($event)" infiniteScroll - [infiniteScrollDistance]="5" - [infiniteScrollThrottle]="300" + [infiniteScrollDistance]="1.5" + [infiniteScrollThrottle]="0" [infiniteScrollUpDistance]="1.5" [fromRoot]="true" [scrollWindow]="false" @@ -21,7 +21,7 @@ - +