refactor(node): make expandParent compatible with extent parent

This commit is contained in:
moklick
2023-09-26 15:55:21 +02:00
parent 9865b9c2bf
commit 88104fc15f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@ export function getDragItems<NodeType extends NodeBase>(
width: n.width,
height: n.height,
origin: n.origin,
expandParent: n.expandParent,
}));
}