X6
X6 copied to clipboard
node:selected 在移动端事件无法触发
Describe the bug
graph.on('node:selected', () => alert(1)) 在移动端并不会有效果
Your Example Website or App
https://stackblitz.com/edit/typescript-zelme5?file=index.ts
Steps to Reproduce the Bug or Issue
https://stackblitz.com/edit/typescript-zelme5?file=index.ts
Expected behavior
希望能够支持移动端事件触发
Screenshots or Videos
No response
Platform
- OS: macOs
- Browser: Chrome
- Version: 100
Additional context
No response
@NewByVector 这个有什么好的方案吗 我这边移动端需要使用
这个可以通过extends class然后增加touch方法
在移动端验证, node:selected 是可以触发的,请提供一个可以复现的 demo 重新提一个 issue。
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.