mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
disrespect stubs
This commit is contained in:
parent
1b8ab5de58
commit
664eb4bb87
|
@ -46,7 +46,7 @@ export const CONNECTOR_FLOWCHART_TYPE = ['N8nFlowchart', {
|
||||||
cornerRadius: 4,
|
cornerRadius: 4,
|
||||||
stub: JSPLUMB_FLOWCHART_STUB + 10,
|
stub: JSPLUMB_FLOWCHART_STUB + 10,
|
||||||
gap: 5,
|
gap: 5,
|
||||||
alwaysRespectStubs: true,
|
alwaysRespectStubs: false,
|
||||||
loopbackVerticalLength: NODE_SIZE, // length of vertical segment when looping
|
loopbackVerticalLength: NODE_SIZE, // length of vertical segment when looping
|
||||||
loopbackMinimum: 140, // minimum length before flowchart loops around
|
loopbackMinimum: 140, // minimum length before flowchart loops around
|
||||||
getEndpointOffset(endpoint: Endpoint) {
|
getEndpointOffset(endpoint: Endpoint) {
|
||||||
|
|
Loading…
Reference in a new issue