mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-15 23:07:29 -08:00
fix stub
This commit is contained in:
parent
f6ad3c4c08
commit
3f7d03c65e
|
@ -6,7 +6,7 @@ export const OVERLAY_MIDPOINT_ARROW_ID = 'midpoint-arrow';
|
||||||
export const OVERLAY_ENDPOINT_ARROW_ID = 'endpoint-arrow';
|
export const OVERLAY_ENDPOINT_ARROW_ID = 'endpoint-arrow';
|
||||||
export const OVERLAY_RUN_ITEMS_ID = 'output-items-label';
|
export const OVERLAY_RUN_ITEMS_ID = 'output-items-label';
|
||||||
export const OVERLAY_CONNECTION_ACTIONS_ID = 'connection-actions';
|
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_X_TO_SHOW_OUTPUT_LABEL = 90;
|
||||||
const _MIN_Y_TO_SHOW_OUTPUT_LABEL = 100;
|
const _MIN_Y_TO_SHOW_OUTPUT_LABEL = 100;
|
||||||
|
|
Loading…
Reference in a new issue