Skip to content

Commit 17d15e2

Browse files
committed
Revert last commit
1 parent b18ce37 commit 17d15e2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/agentflow/src/features/canvas/components/NodeInputHandle.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ function NodeInputHandleComponent({ nodeId, nodeColor, hidden }: NodeInputHandle
2525
backgroundColor: 'transparent',
2626
border: 'none',
2727
position: 'absolute' as const,
28-
left: HANDLE_OFFSET,
29-
top: '50%',
30-
transform: 'translateY(-50%)'
28+
left: HANDLE_OFFSET
3129
}),
3230
[]
3331
)

0 commit comments

Comments
 (0)