mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 19:24:10 +01:00
Lint fixes
This commit is contained in:
@@ -73,7 +73,6 @@ export const insertEdgeLabel = (elem, edge) => {
|
|||||||
}
|
}
|
||||||
terminalLabels[edge.id].startRight = startEdgeLabelRight;
|
terminalLabels[edge.id].startRight = startEdgeLabelRight;
|
||||||
setTerminalWidth(fo, bbox);
|
setTerminalWidth(fo, bbox);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (edge.endLabelLeft) {
|
if (edge.endLabelLeft) {
|
||||||
// Create the actual text element
|
// Create the actual text element
|
||||||
@@ -108,7 +107,6 @@ export const insertEdgeLabel = (elem, edge) => {
|
|||||||
}
|
}
|
||||||
terminalLabels[edge.id].endRight = endEdgeLabelRight;
|
terminalLabels[edge.id].endRight = endEdgeLabelRight;
|
||||||
setTerminalWidth(fo, bbox);
|
setTerminalWidth(fo, bbox);
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user