mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Fixing direct photo access
This commit is contained in:
parent
84792ea319
commit
45295a14e9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user