mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Increase connector snap radius (#10757)
This commit is contained in:
parent
c64f37d580
commit
297b668f32
|
@ -501,6 +501,7 @@ provide(CanvasKey, {
|
||||||
:edges="connections"
|
:edges="connections"
|
||||||
:apply-changes="false"
|
:apply-changes="false"
|
||||||
:connection-line-options="{ markerEnd: MarkerType.ArrowClosed }"
|
:connection-line-options="{ markerEnd: MarkerType.ArrowClosed }"
|
||||||
|
:connection-radius="60"
|
||||||
pan-on-scroll
|
pan-on-scroll
|
||||||
snap-to-grid
|
snap-to-grid
|
||||||
:snap-grid="[GRID_SIZE, GRID_SIZE]"
|
:snap-grid="[GRID_SIZE, GRID_SIZE]"
|
||||||
|
|
Loading…
Reference in a new issue