mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix gap
This commit is contained in:
parent
c230c75d01
commit
5065b392f6
|
@ -247,7 +247,7 @@ const getFlowChartType = (connection: Connection) => {
|
||||||
return ['N8nFlowchart', {
|
return ['N8nFlowchart', {
|
||||||
cornerRadius: 4,
|
cornerRadius: 4,
|
||||||
stub: JSPLUMB_FLOWCHART_STUB + 5 * outputIndex + 5 * inputIndex,
|
stub: JSPLUMB_FLOWCHART_STUB + 5 * outputIndex + 5 * inputIndex,
|
||||||
gap: outputIndex,
|
gap: 5,
|
||||||
alwaysRespectStubs: _ALWAYS_RESPECT_STUB,
|
alwaysRespectStubs: _ALWAYS_RESPECT_STUB,
|
||||||
yOffset: NODE_SIZE + 5,
|
yOffset: NODE_SIZE + 5,
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue