fix(core): add fallback for connection-line type

This commit is contained in:
braks
2024-01-21 14:35:35 +01:00
committed by Braks
parent f9ea70210b
commit 5344fec3af
@@ -91,7 +91,7 @@ const ConnectionLine = defineComponent({
return null
}
const type = connectionLineType.value ?? connectionLineOptions.value.type
const type = connectionLineType.value ?? connectionLineOptions.value.type ?? ConnectionLineType.Bezier
let dAttr = ''