mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
update comment
This commit is contained in:
parent
3500739f0e
commit
2b872ebf42
|
@ -49,7 +49,7 @@ export const CONNECTOR_FLOWCHART_TYPE = ['N8nFlowchart', {
|
||||||
stub: JSPLUMB_FLOWCHART_STUB + 10,
|
stub: JSPLUMB_FLOWCHART_STUB + 10,
|
||||||
gap: 4,
|
gap: 4,
|
||||||
alwaysRespectStubs: false,
|
alwaysRespectStubs: false,
|
||||||
loopbackVerticalLength: NODE_SIZE, // length of vertical segment when looping
|
loopbackVerticalLength: NODE_SIZE, // height of vertical segment when looping
|
||||||
loopbackMinimum: LOOPBACK_MINIMUM, // minimum length before flowchart loops around
|
loopbackMinimum: LOOPBACK_MINIMUM, // minimum length before flowchart loops around
|
||||||
getEndpointOffset(endpoint: Endpoint) {
|
getEndpointOffset(endpoint: Endpoint) {
|
||||||
const indexOffset = 10; // stub offset between different endpoints of same node
|
const indexOffset = 10; // stub offset between different endpoints of same node
|
||||||
|
|
Loading…
Reference in a new issue