Skip to content

Commit 1dfa765

Browse files
author
wojciechswiatek
committed
restore previous value
1 parent 54d6104 commit 1dfa765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/node/node-as-port-wrapper/node-as-port-wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const NodeAsPortWrapper = memo(function NodeAsPortWrapper({
3131
'--ax-node-as-port-position':
3232
targetPortPosition === 'left'
3333
? `translate(calc(-10% + ${offset.x}px), calc(-50% + ${offset.y}px))`
34-
: `translate(calc(-100% + ${offset.x}px), calc(-10% + ${offset.y}px))`,
34+
: `translate(calc(-50% + ${offset.x}px), calc(-10% + ${offset.y}px))`,
3535
}
3636
: null;
3737

0 commit comments

Comments
 (0)