mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-29 21:31:07 -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,
|
||||
stub: JSPLUMB_FLOWCHART_STUB + 10,
|
||||
gap: 5,
|
||||
alwaysRespectStubs: true,
|
||||
alwaysRespectStubs: false,
|
||||
loopbackVerticalLength: NODE_SIZE, // length of vertical segment when looping
|
||||
loopbackMinimum: 140, // minimum length before flowchart loops around
|
||||
getEndpointOffset(endpoint: Endpoint) {
|
||||
|
|
Loading…
Reference in a new issue