You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
marcccc
changed the title
Graphin tooltip,node和edge同时存在tooltip,第一个tooltip移入浮窗内容时也不会保持
Graphin tooltip,node和edge同时存在tooltip,第一个tooltip移入浮窗内容时不会保持
Nov 9, 2023
marcccc
changed the title
Graphin tooltip,node和edge同时存在tooltip,第一个tooltip移入浮窗内容时不会保持
node 和 edge 同时存在 tooltip 时,第一个 tooltip 移入浮窗内容时不会保持
Nov 9, 2023
Describe the bug
Graphin tooltip 组件,node 和 edge 同时存在 tooltip 时,第一个 tooltip 移入浮窗内容时不会保持
❓文件:
packages/graphin/src/components/Tooltip/index.tsx
53行const container = React.createRef<HTMLDivElement>();
为什么没有放到 Tooltip 函数组件内Your Example Website or App
无
Steps to Reproduce the Bug or Issue
配置两个Tooltip分别绑定 node 和 edge
Expected behavior
两个Tooltip浮窗内容移入时都会保持住
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: