antvis/G6
The issue has been closed
Deprecated DOMMouseScroll event in wheel Event API #3256
dvkuznietsov posted onGitHub
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://antv-g6.gitee.io/zh/examples/interaction/customBehavior
Steps to reproduce
1) Open demo 2) Try to pan the graph 3) It pans only up/down, in debugger the event is legacy DOMMouseScroll instead of WheelEvent
Environment | Info |
---|---|
g6 | 4.3.11 |
System | MacOS Catalina 10.15.7 |
Browser | Firefox 93 |
Apparently Event API uses onmousewheel
event listener instead of wheel
event listener
<!-- generated by antv-issue-helper. DO NOT REMOVE -->