better-scroll
better-scroll copied to clipboard
MouseWheel and wheel cannot scroll up when used together
Version
2.4.2
Reproduction link
https://jsfiddle.net/c8Ldrbqy/4/
Steps to reproduce
The mouse wheel slides down to work normally, slides up to not work, and no error is reported from the console
What is expected?
The mouse wheel scrolls up to scroll
What is actually happening?
The mouse wheel cannot scroll up
wheel插件和mouse-wheel插件一起使用时 wheelIndexChanged 事件有时候无法触发
有什么进展吗