fix: failing flowchart tests

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
darshanr0107
2025-09-15 19:05:05 +05:30
parent 464ff95e5b
commit 1f6d235d23

View File

@@ -56,7 +56,7 @@ export const insertEdgeLabel = async (elem, edge) => {
addSvgBackground: true,
isNode: false,
})
: await createLabel(edge.label, getLabelStyles(edge.labelStyle), false, false);
: await createLabel(edge.label, edge.labelStyle, false, false);
log.info('abc82', edge, edge.labelType);