Skip to content

Commit

Permalink
Merge pull request #2008 from Shoaibdev7/after-hover-tooltip-stay
Browse files Browse the repository at this point in the history
Fixed(Graph-Tooltip): Tooltip does not stay on screen after hover
  • Loading branch information
Rassl authored Aug 12, 2024
2 parents 5eebecb + aa8473d commit e3100cb
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 e3100cb

Please sign in to comment.