diff --git a/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts b/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts index 1423145dd..27275cd5c 100644 --- a/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts +++ b/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts @@ -148,6 +148,9 @@ export class GalleryGridComponent this.clearRenderedPhotos(); this.helperTime = window.setTimeout((): void => { this.renderPhotos(); + if (this.delayedRenderUpToPhoto) { + this.renderUpToMedia(this.delayedRenderUpToPhoto); + } }, 0); this.isAfterViewInit = true; }