scroll listener bugfix
This commit is contained in:
parent
443ff563f9
commit
5740675344
@ -121,6 +121,9 @@ export class GalleryPhotoComponent implements IRenderable, OnInit, AfterViewInit
|
||||
this.thumbnailService.removeTask(this.thumbnailTask);
|
||||
this.thumbnailTask = null;
|
||||
}
|
||||
if (this.scrollListener) {
|
||||
this.scrollListener();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user