mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01:00
#154 lint fixes
This commit is contained in:
@@ -359,7 +359,7 @@ const _drawTextCandidateFunc = (function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function byFo(content, g, x, y, width, height, textAttrs, conf, colour) {
|
function byFo(content, g, x, y, width, height, textAttrs, conf) {
|
||||||
const body = g.append('switch');
|
const body = g.append('switch');
|
||||||
const f = body
|
const f = body
|
||||||
.append('foreignObject')
|
.append('foreignObject')
|
||||||
|
|||||||
Reference in New Issue
Block a user