diff --git a/frontend/app/gallery/grid/photo/photo.grid.gallery.component.ts b/frontend/app/gallery/grid/photo/photo.grid.gallery.component.ts index b0ec1e9..ca1053c 100644 --- a/frontend/app/gallery/grid/photo/photo.grid.gallery.component.ts +++ b/frontend/app/gallery/grid/photo/photo.grid.gallery.component.ts @@ -121,6 +121,9 @@ export class GalleryPhotoComponent implements IRenderable, OnInit, AfterViewInit this.thumbnailService.removeTask(this.thumbnailTask); this.thumbnailTask = null; } + if (this.scrollListener) { + this.scrollListener(); + } }