mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02: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