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
Using this library causes the following performance issue, reported in Google Lighthouse:
Does not use passive listeners to improve scrolling performance
I guess this would be simply fixed by using { passive: true } in
{ passive: true }
vue-infinite-scroll/src/directive.js
Line 108 in 775b7d3
I don't think we would need to pass an option for this since the use for an infinite scroll is not to prevent scrolling.
The text was updated successfully, but these errors were encountered:
Use passive scroll listener
bfe0b28
Closes ElemeFE#157
Successfully merging a pull request may close this issue.
Using this library causes the following performance issue, reported in Google Lighthouse:
I guess this would be simply fixed by using
{ passive: true }
invue-infinite-scroll/src/directive.js
Line 108 in 775b7d3
I don't think we would need to pass an option for this since the use for an infinite scroll is not to prevent scrolling.
The text was updated successfully, but these errors were encountered: