From e7513b898c04ae80343475236942b6493f030e71 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 8 Aug 2021 18:29:25 +0200 Subject: [PATCH] fix(example): Custom node positions --- examples/CustomNode/CustomNode.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CustomNode/CustomNode.vue b/examples/CustomNode/CustomNode.vue index b163e888..512bdc49 100644 --- a/examples/CustomNode/CustomNode.vue +++ b/examples/CustomNode/CustomNode.vue @@ -105,14 +105,14 @@ const CustomNodeFlow = defineComponent({ id: '3', type: 'output', data: { label: 'Output A' }, - position: { x: 550, y: 25 }, + position: { x: 650, y: 25 }, targetPosition: Position.Left }, { id: '4', type: 'output', data: { label: 'Output B' }, - position: { x: 550, y: 100 }, + position: { x: 650, y: 100 }, targetPosition: Position.Left },