antvis / Graphin

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

当 Graphin组件在ConfigProvider下时,无法响应任何鼠标操作 #520

Open McPorkChop opened 6 months ago

McPorkChop commented 6 months ago

Describe the bug

当同时引用 Antd和 Graphin 时,最上层使用 ConfigProvider 包裹后,Graphin无法响应任何鼠标操作。包括缩放,拖动,点击等

Your Example Website or App

https://codesandbox.io/p/sandbox/blissful-turing-95v2y9

Steps to Reproduce the Bug or Issue

点击、缩放、拖动都无法响应

Expected behavior

Graphin能够根据鼠标的做出反应

Screenshots or Videos

No response

Platform

Additional context

No response