feat: refactor workflow port handling and remove unused node panel component

This commit is contained in:
mlogclub
2026-06-28 22:20:31 +08:00
parent 77dda5fd9c
commit 79b8c93bc9
8 changed files with 58 additions and 167 deletions
@@ -40,7 +40,7 @@ export function FlowgramNodeRenderer(props: WorkflowNodeProps) {
return
}
event.stopPropagation()
requestPortAdd?.({ port, event })
requestPortAdd?.({ sourcePort: port, event })
}}
>
{form?.render()}