Merge branch 'refactor/nested-relative' into feat/interaction-classnames

This commit is contained in:
Christopher Möller
2021-11-18 18:03:54 +01:00
5 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export type NodeDimensionUpdate = {
export type NodeInternalsItem = Node & {
positionAbsolute?: XYPosition;
handleBounds?: NodeHandleBounds;
z?: number;
z: number;
isParent?: boolean;
};