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

This commit is contained in:
braks
2024-01-11 12:55:34 +01:00
committed by Braks
parent f9ea70210b
commit 5344fec3af

View File

@@ -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 = ''