static handles should include id

This commit is contained in:
peterkogo
2025-09-19 09:52:06 +02:00
parent af375b8f1c
commit bad2eef94f

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,