mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
#755 lint fixes
This commit is contained in:
@@ -248,7 +248,7 @@ const drawMessage = function (elem, startx, stopx, verticalPos, msg, sequenceInd
|
|||||||
line.attr('y1', verticalPos)
|
line.attr('y1', verticalPos)
|
||||||
line.attr('x2', stopx)
|
line.attr('x2', stopx)
|
||||||
line.attr('y2', verticalPos)
|
line.attr('y2', verticalPos)
|
||||||
bounds.insert(startx, bounds.getVerticalPos() - 10 + totalOffset, stopx, bounds.getVerticalPos()) + totalOffset
|
bounds.insert(startx, bounds.getVerticalPos() - 10 + totalOffset, stopx, bounds.getVerticalPos() + totalOffset)
|
||||||
}
|
}
|
||||||
// Make an SVG Container
|
// Make an SVG Container
|
||||||
// Draw the line
|
// Draw the line
|
||||||
|
Reference in New Issue
Block a user