Merge pull request #5515 from xyflow/fix-parse-handles

Fix parse handles
This commit is contained in:
Moritz Klack
2025-09-19 15:55:25 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ function parseHandles(userNode: NodeBase, internalNode?: InternalNodeBase): Node
for (const handle of userNode.handles) {
const handleBounds = {
id: handle.id,
width: handle.width ?? 1,
height: handle.height ?? 1,
nodeId: userNode.id,