antvis / Graphin

A React toolkit for graph visualization based on G6
https://graphin.antv.antgroup.com
MIT License
980 stars 262 forks source link

Grid组件会阻断鼠标右键菜单以及节点选中事件 #524

Open hsbtr opened 5 months ago

hsbtr commented 5 months ago

Describe the bug

使用Grid组件后ContextMenu Tooltip 等组件无法触发,node选中事件也无法触发,猜测为Grid组件层级遮住了画布; image

Your Example Website or App

https://codesandbox.io/p/sandbox/frosty-tdd-7crc7f

Steps to Reproduce the Bug or Issue

image

Expected behavior

触发对应组件与事件行为

Screenshots or Videos

image

Platform

window10 chrome image

Additional context

No response

CJY0208 commented 2 months ago

可以修一下样式

.g6-grid-container {
    pointer-events: none;
}