mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 10:20:06 +02:00
#1269 Fix for build issue - lint
This commit is contained in:
@@ -459,7 +459,7 @@ export const drawEdge = function(elem, path, relation) {
|
|||||||
const titleRows = [];
|
const titleRows = [];
|
||||||
let maxWidth = 0;
|
let maxWidth = 0;
|
||||||
let minX = 0;
|
let minX = 0;
|
||||||
let totalHeight = 0;
|
|
||||||
for (let i = 0; i <= rows.length; i++) {
|
for (let i = 0; i <= rows.length; i++) {
|
||||||
const title = label
|
const title = label
|
||||||
.append('text')
|
.append('text')
|
||||||
|
Reference in New Issue
Block a user