From 3f7d03c65e764789eed9c14781a270a955556fc2 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Mon, 1 Nov 2021 11:59:59 +0100 Subject: [PATCH] fix stub --- packages/editor-ui/src/views/canvasHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/views/canvasHelpers.ts b/packages/editor-ui/src/views/canvasHelpers.ts index c3bf1aa79a..7c5d6311b9 100644 --- a/packages/editor-ui/src/views/canvasHelpers.ts +++ b/packages/editor-ui/src/views/canvasHelpers.ts @@ -6,7 +6,7 @@ export const OVERLAY_MIDPOINT_ARROW_ID = 'midpoint-arrow'; export const OVERLAY_ENDPOINT_ARROW_ID = 'endpoint-arrow'; export const OVERLAY_RUN_ITEMS_ID = 'output-items-label'; export const OVERLAY_CONNECTION_ACTIONS_ID = 'connection-actions'; -export const JSPLUMB_FLOWCHART_STUB = 20; +export const JSPLUMB_FLOWCHART_STUB = 26; const _MIN_X_TO_SHOW_OUTPUT_LABEL = 90; const _MIN_Y_TO_SHOW_OUTPUT_LABEL = 100;