jrods / pure-sticky

Pure js implementation of CSS property position: sticky

Home Page:https://jrods.github.io/pure-sticky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ALL] Can't remove scroll event function

jrods opened this issue · comments

Need to fix if somebody wanted to remove the sticky element dynamically on the current page. Currently, you can't remove the function in the scroll event because it's self contained and can't be referenced externally with window.removeEventListener().