refactor(subgraphs): calculate z for child nodes
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ export type NodeDimensionUpdate = {
|
||||
export type NodeInternalsItem = Node & {
|
||||
positionAbsolute?: XYPosition;
|
||||
handleBounds?: NodeHandleBounds;
|
||||
z?: number;
|
||||
z: number;
|
||||
isParent?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user