refactor(node): make expandParent compatible with extent parent
This commit is contained in:
@@ -65,6 +65,7 @@ export function getDragItems<NodeType extends NodeBase>(
|
||||
width: n.width,
|
||||
height: n.height,
|
||||
origin: n.origin,
|
||||
expandParent: n.expandParent,
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user