Open hsbtr opened 11 months ago
使用Grid组件后ContextMenu Tooltip 等组件无法触发,node选中事件也无法触发,猜测为Grid组件层级遮住了画布;
https://codesandbox.io/p/sandbox/frosty-tdd-7crc7f
触发对应组件与事件行为
window10 chrome
No response
可以修一下样式
.g6-grid-container { pointer-events: none; }
Describe the bug
使用Grid组件后ContextMenu Tooltip 等组件无法触发,node选中事件也无法触发,猜测为Grid组件层级遮住了画布;
Your Example Website or App
https://codesandbox.io/p/sandbox/frosty-tdd-7crc7f
Steps to Reproduce the Bug or Issue
Expected behavior
触发对应组件与事件行为
Screenshots or Videos
Platform
window10 chrome
Additional context
No response