#Node selected on Hover
1 messages · Page 1 of 1 (latest)
is the menu part of the node itself or is it teleported somewhere else?
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 :/
You could probably do something like this: https://codesandbox.io/p/sandbox/angry-brown-jq6yvy?file=%2Fsrc%2Fnodes%2FPositionLoggerNode.tsx%3A18%2C61
Not the greatest implementation but it should work ^^