Skip to content

Commit

Permalink
fix(editor): Increase connector snap radius (#10757)
Browse files Browse the repository at this point in the history
  • Loading branch information
r00gm authored and riascho committed Sep 23, 2024
1 parent 9825325 commit 07963ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/canvas/Canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 07963ca

Please sign in to comment.