Skip to content

Commit

Permalink
Fixing direct photo access
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Aug 2, 2023
1 parent 84792ea commit 45295a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/app/ui/gallery/grid/grid.gallery.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 45295a1

Please sign in to comment.