fix flowchart subgraph label

This commit is contained in:
Ashish Jain
2024-07-10 14:28:58 +02:00
parent aa279f6410
commit 9cb959ba87

View File

@@ -39,7 +39,7 @@ const rect = async (parent, node) => {
const text = await createText(labelEl, node.label, {
style: node.labelStyle,
useHtmlLabels,
isNode: false,
isNode: true,
});
// Get the size of the label