#1269 Fix for build issue - lint

This commit is contained in:
Knut Sveidqvist 2020-02-29 15:39:21 +01:00
parent 0ee9c69ddf
commit 756927b6f8
1 changed files with 1 additions and 1 deletions

View File

@ -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')