Open
Description
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
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.
Metadata
Metadata
Assignees
Labels
No labels