mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 10:44:25 +01:00
#1418 Lint fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user