feat(editor): Update connection line to reuse getCustomPath in new canvas (no-changelog) (#10175)

This commit is contained in:
Alex Grozav
2024-07-25 07:54:58 +03:00
committed by GitHub
parent 79bccf0305
commit b781095be1
4 changed files with 98 additions and 3 deletions

View File

@@ -401,6 +401,10 @@ watch(() => props.readOnly, setReadonly, {
/>
</template>
<template #connection-line="connectionLineProps">
<CanvasConnectionLine v-bind="connectionLineProps" />
</template>
<Background data-test-id="canvas-background" pattern-color="#aaa" :gap="GRID_SIZE" />
<MiniMap data-test-id="canvas-minimap" pannable />