antvis/G6




The issue has been closed
[V5] Click to select (click-select) does not take effect in linux+chrome environment #6471
Panpanpie posted onGitHub
Describe the bug / 问题描述
使用linux+chrome120,打开v5文档示例中"交互-选中"示例,点击节点无法实现选中。
如下自定义点击事件,也无法生效打印。
graph.on('click', (event) => {
console.log('event click=====>', event)
});
linux+FireFox,windows均可正常响应。
Reproduction link / 重现链接
https://g6.antv.antgroup.com/examples/behavior/select/#click
Steps to Reproduce the Bug or Issue / 重现步骤
No response
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
Linux
Browser / 浏览器
Chrome
Additional context / 补充说明
No response