Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imransilvake committed Oct 18, 2020
1 parent ec62a7f commit e3803ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class LazyLoadImageDirective implements AfterViewInit {
// emit event
this.lazyLoadImage.emit();

// un-observe
// unobserve
this._intersectionObserver.unobserve(this._element.nativeElement);

// disconnect
Expand Down

0 comments on commit e3803ea

Please sign in to comment.