Resolved an name change issue fom a merge

This commit is contained in:
Knut Sveidqvist 2019-06-11 08:22:55 -07:00
parent fd2ee3e109
commit 434a033411
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export const addVertices = function (vert, g, svgId) {
} else {
const svgLabel = document.createElementNS('http://www.w3.org/2000/svg', 'text')
const rows = verticeText.split(/<br[/]{0,1}>/)
const rows = vertexText.split(/<br[/]{0,1}>/)
for (let j = 0; j < rows.length; j++) {
const tspan = document.createElementNS('http://www.w3.org/2000/svg', 'tspan')