Skip to content

Commit

Permalink
fix(tooltip): tooltip does not stay on screen after hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Aug 9, 2024
1 parent f55384a commit aa8473d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Universe/Graph/Cubes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ export const Cubes = memo(() => {
clearTimeout(hoverTimeoutRef.current)
hoverTimeoutRef.current = null
}

setHoveredNode(null)
},
[setHoveredNode, setIsHovering],
[setIsHovering],
)

const onPointerIn = useCallback(
Expand Down

0 comments on commit aa8473d

Please sign in to comment.