increase spacing

This commit is contained in:
Mutasem 2021-10-28 16:31:47 +02:00
parent 60b6c50206
commit 2431b3ccbe

View file

@ -246,7 +246,7 @@ const getFlowChartType = (connection: Connection) => {
return ['N8nFlowchart', {
cornerRadius: 4,
stub: JSPLUMB_FLOWCHART_STUB + 5 * outputIndex + 5 * inputIndex,
stub: JSPLUMB_FLOWCHART_STUB + 10 * outputIndex + 10 * inputIndex,
gap: 5,
alwaysRespectStubs: _ALWAYS_RESPECT_STUB,
yOffset: NODE_SIZE + 5,