This commit is contained in:
Mutasem 2021-11-01 11:59:59 +01:00
parent f6ad3c4c08
commit 3f7d03c65e

View file

@ -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;