This commit is contained in:
Knut Sveidqvist
2020-05-27 22:23:53 +02:00
parent 8603cf89b0
commit cf0fb69153

View File

@@ -124,7 +124,6 @@ const roundedWithTitle = (parent, node) => {
// Get the size of the label
let bbox = text.getBBox();
let labelHeight = bbox.height;
if (getConfig().flowchart.htmlLabels) {
const div = text.children[0];
const dv = select(text);