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;