1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

scroll listener bugfix

This commit is contained in:
Braun Patrik 2016-06-25 10:27:14 +02:00
parent 443ff563f9
commit 5740675344

View File

@ -121,6 +121,9 @@ export class GalleryPhotoComponent implements IRenderable, OnInit, AfterViewInit
this.thumbnailService.removeTask(this.thumbnailTask);
this.thumbnailTask = null;
}
if (this.scrollListener) {
this.scrollListener();
}
}