fix: graph correctly restore html refs after exiting node group

This commit is contained in:
2026-05-04 12:45:45 +02:00
parent 78439b19e9
commit 317d1552ce
3 changed files with 18 additions and 8 deletions
@@ -97,7 +97,6 @@
function getSocketType(node: NodeInstance, index: number | string): string {
const nodeType = graph.getNodeType(node);
console.log({ nodeType, index });
if (typeof index === 'string') {
return nodeType?.inputs?.[index].type || 'unknown';
}