Graphin
Graphin copied to clipboard
Bug: 使用关联高亮时候,如果有节点icon是图片,另外节点hover上会显示该图片
Describe the bug

To Reproduce https://codesandbox.io/s/ecstatic-mccarthy-ppn2w?file=/App.tsx
Expected behavior 正常显示节点,icon不管是font还是image。不关联则不显示
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
Can confirm this is happening when image is used.
Although the code is a bit hard to read, I suspect the issue is somewhere here - https://github.com/antvis/Graphin/blob/master/packages/graphin/src/shape/graphin-circle.ts#L337
I have the same problem, now how to solve it?