fix(editor): Increase connector snap radius (#10757)

This commit is contained in:
Raúl Gómez Morales
2024-09-10 16:22:04 +02:00
committed by GitHub
parent c64f37d580
commit 297b668f32

View File

@@ -501,6 +501,7 @@ provide(CanvasKey, {
:edges="connections"
:apply-changes="false"
:connection-line-options="{ markerEnd: MarkerType.ArrowClosed }"
:connection-radius="60"
pan-on-scroll
snap-to-grid
:snap-grid="[GRID_SIZE, GRID_SIZE]"