Open Rakha112 opened 2 years ago
i think this PR #469 fix this bug
I noticed the same thing today. When adding the following code you can see it never stops logging events. Even when scrolling with the mouse again it still keeps logging after the scroll stopped.
scroll.on('scroll', (args) => {
console.log(args)
});
Hello 👋
Describe the bug i have a bug when scrolling using keyboard key (Home, End, Up or Down) the page always has class "has-scroll-scrolling" and the calculation never stops
To Reproduce Steps to reproduce the behavior:
Thank you 👊