#Node selected on Hover

1 messages · Page 1 of 1 (latest)

grave yew
#

Hello, I have a react flow with a Node Menu on each Nodes, but it overlaps with others Nodes. I think i can prevent that by making the Node selected onHover instead of a click, but i'm not sure if it's the solution and how I can do it.

raven light
#

is the menu part of the node itself or is it teleported somewhere else?

grave yew
#

It's part of the node itself, in the same component

#

That's why i'm bit stuck here

#

I did a generic node component that wraps my content and this node menu into a single Node Component so i can reuse it for every new type of custom node, But the menu is overlapping with other node :/

raven light
#

Not the greatest implementation but it should work ^^