mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
Fixed lint issue
This commit is contained in:
@@ -212,7 +212,6 @@ export const draw = function (text, id) {
|
|||||||
const endX = timeScale(d.endTime)
|
const endX = timeScale(d.endTime)
|
||||||
const textWidth = this.getBBox().width
|
const textWidth = this.getBBox().width
|
||||||
|
|
||||||
|
|
||||||
let classStr = ''
|
let classStr = ''
|
||||||
if (d.classes.length > 0) {
|
if (d.classes.length > 0) {
|
||||||
classStr = d.classes.join(' ')
|
classStr = d.classes.join(' ')
|
||||||
|
Reference in New Issue
Block a user