mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
#1269 Fix for build issue - lint
This commit is contained in:
parent
0ee9c69ddf
commit
756927b6f8
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user