fix(nodes): correctly calculate xyzpos from parent
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ export interface NodeProps<T = any> {
|
||||
dragging?: boolean
|
||||
isValidTargetPos?: ValidConnectionFunc
|
||||
isValidSourcePos?: ValidConnectionFunc
|
||||
parentNode?: GraphNode<T>[]
|
||||
parentNode?: any
|
||||
isParent?: boolean
|
||||
children?: Node<T>[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user