Skip to content

Commit

Permalink
Merge pull request #1815 from MahtabBukhari/When_we_hover_over_the_no…
Browse files Browse the repository at this point in the history
…de_in_Graph_tooltip_show_but_it_still_show

When we hover over the node in Graph tooltip show but it still show even if we remove cursor from node
  • Loading branch information
Rassl authored Jul 15, 2024
2 parents a8d92ba + 76997d2 commit f7aa5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Universe/Graph/Cubes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const Cubes = memo(() => {
(e: ThreeEvent<PointerEvent>) => {
e.stopPropagation()

return
setHoveredNode(null)
},
[setHoveredNode],
Expand Down

0 comments on commit f7aa5ef

Please sign in to comment.