This commit is contained in:
Benjamin Lu
2025-09-23 11:45:43 -07:00
parent e879bd5290
commit f34890296b

View File

@@ -56,7 +56,6 @@ export class LinkConnectorAdapter {
if (!r) return undefined
return graph.getReroute(r.id)
}
// getIoNodeOnPos: not required yet; can be added when UI exposes IO nodes
}
}