diff --git a/frontend/src/components/nodes/RenderingNode.tsx b/frontend/src/components/nodes/RenderingNode.tsx index bf5d65a..197f37d 100644 --- a/frontend/src/components/nodes/RenderingNode.tsx +++ b/frontend/src/components/nodes/RenderingNode.tsx @@ -687,7 +687,7 @@ function RenderingNodeComponent({ id, data, width, height, selected }: Props) { }, [configTypeId, configType.language]) return ( - + }> } diff --git a/frontend/src/styles.css b/frontend/src/styles.css index e04286b..75af9a1 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -164,13 +164,10 @@ body { } } -/* Connection path roles: pushing (trigger) vs receiving (updating) — classes on BaseNode root */ +/* Connection path roles: pushing (trigger) — classes on BaseNode root. Updating nodes have no extra border so rendering doesn’t flash. */ .connection-path-trigger { box-shadow: inset 3px 0 0 hsl(var(--primary)); } -.connection-path-updating { - box-shadow: inset 0 0 0 2px hsl(var(--primary) / 0.4); -} /* NodeResizer: snappy drag; no border/background on handles; keep resize cursors. */ .react-flow__resize-control {