mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +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 = [];
|
||||
let maxWidth = 0;
|
||||
let minX = 0;
|
||||
let totalHeight = 0;
|
||||
|
||||
for (let i = 0; i <= rows.length; i++) {
|
||||
const title = label
|
||||
.append('text')
|
||||
|
Loading…
x
Reference in New Issue
Block a user