feat(editor): Update connection line to reuse getCustomPath in new canvas (no-changelog) (#10175)
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user