refactor(nodes): add parentId to NodeProps closes #4061
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
initialHeight={node.initialHeight}
|
||||
measuredWidth={node.measured.width}
|
||||
measuredHeight={node.measured.height}
|
||||
parentId={node.parentId}
|
||||
{resizeObserver}
|
||||
on:nodeclick
|
||||
on:nodemouseenter
|
||||
|
||||
Reference in New Issue
Block a user