Lint fixes

This commit is contained in:
Ashish Jain
2021-08-19 19:37:24 +02:00
parent 798a0ad783
commit 2dfc9a7973
3 changed files with 18 additions and 20 deletions

View File

@@ -73,7 +73,6 @@ export const insertEdgeLabel = (elem, edge) => {
}
terminalLabels[edge.id].startRight = startEdgeLabelRight;
setTerminalWidth(fo, bbox);
}
if (edge.endLabelLeft) {
// Create the actual text element
@@ -108,7 +107,6 @@ export const insertEdgeLabel = (elem, edge) => {
}
terminalLabels[edge.id].endRight = endEdgeLabelRight;
setTerminalWidth(fo, bbox);
}
};