mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
346 stars 66 forks source link

Corrected shouldBeConsumedByChild logic for vertical scrolling #140

Open tibineagu opened 2 years ago

tibineagu commented 2 years ago

Fixes mdbootstrap/perfect-scrollbar#139

Thank you very much for your contribution! Please make sure the followings are checked.

Description

Because deltaY is negative when the user is scrolling down, the logic in shouldBeConsumedByChild for vertical scrolling was flawed.

The solution was simply adjusting the > / < operators to match the deltaY values.

tibineagu commented 2 years ago

@filipkappa @marveluck @mdbootstrap any feedback or ETA for this being integrated?

mauricio-lomeli-planview commented 1 year ago

There is no PRs which have ever been accepted and the latest was about a year ago.