fix(core): add fallback for connection-line type
This commit is contained in:
@@ -91,7 +91,7 @@ const ConnectionLine = defineComponent({
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
const type = connectionLineType.value ?? connectionLineOptions.value.type
|
const type = connectionLineType.value ?? connectionLineOptions.value.type ?? ConnectionLineType.Bezier
|
||||||
|
|
||||||
let dAttr = ''
|
let dAttr = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user