We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window.pageYOffset
context !== window
context.scrollTop !== 0
context.scrollHeight - context.offsetHeight
These issues are fixed in my PR #20
The text was updated successfully, but these errors were encountered:
I'd also like to see this fixed. As well as support for horizontal scrolling.
Sorry, something went wrong.
Tried 0.2.2 with webpack and noticed an error. My guess is, this issue is also related to not setting the context correctly in the library
0.2.2
Error:
/js/smoothscroll.js:27 ent.querySelectorAll === void 0 || window.pageYOffset === void 0 || history.pu ^ ReferenceError: history is not defined
facing the same issue as @dennismphil
No branches or pull requests
window.pageYOffset
is used even whencontext !== window
context.scrollTop !== 0
context.scrollHeight - context.offsetHeight
These issues are fixed in my PR #20
The text was updated successfully, but these errors were encountered: