We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自定义 tool item 官网 示例 cell:mousemove 不起作用
https://x6.antv.antgroup.com/examples/edge/tool/#tooltip
cell:mouseleave cell:mouseenter 均正常 cell:mousemove 没被调用。
cell:mousemove 可以正常 trigger
No response
The text was updated successfully, but these errors were encountered:
👋 @0jinxing
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Sorry, something went wrong.
x6 2.0 版本,
x6 中 mousemove 事件和通常的鼠标移动事件有所区别,它需要在鼠标按下后移动鼠标才能触发。参考文档。
mousemove
This thread has been automatically locked because it has not had recent activity.
Please open a new issue for related bugs and link to relevant comments in this thread.
No branches or pull requests
Describe the bug
自定义 tool item 官网 示例 cell:mousemove 不起作用
https://x6.antv.antgroup.com/examples/edge/tool/#tooltip
cell:mouseleave
cell:mouseenter
均正常
cell:mousemove
没被调用。
Your Example Website or App
https://x6.antv.antgroup.com/examples/edge/tool/#tooltip
Steps to Reproduce the Bug or Issue
Expected behavior
cell:mousemove 可以正常 trigger
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: