w11k / angular-sticky-things

Sticky Directive for Angular 2+

Home Page:https://w11k.github.io/angular-sticky-things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing null check for this.boundaryElement in 'reachedUpperEdge'

ramtennae opened this issue · comments

Need to check that this.boundaryElement exists before attempting to access property this.boundaryElement.offsetTop to prevent Cannot read property 'offsetTop' of undefined error.

const reachedUpperEdge = window.pageYOffset < (this.boundaryElement.offsetTop - marginTop);

Closing as duplicate of issue #53 .