Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix(gallery-image): make thumbnail static
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Dec 1, 2019
1 parent 6ba58eb commit 4ce59b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class FivGalleryImage implements OnInit {
originalSrc: string | SafeResourceUrl;
index: number;

@ViewChild('thumbnail', { static: false }) thumbnail: ElementRef;
@ViewChild('thumbnail', { static: true }) thumbnail: ElementRef;
@Output() click = new EventEmitter<FivGalleryImage>();

open() {
Expand Down

0 comments on commit 4ce59b6

Please sign in to comment.