Update to prevent mermaid start on load
This commit is contained in:
parent
af576bd31f
commit
160b51d16a
@ -161,6 +161,8 @@ function replaceExtraTags(html) {
|
||||
return html;
|
||||
}
|
||||
|
||||
if (typeof mermaid !== 'undefined' && mermaid) mermaid.startOnLoad = false;
|
||||
|
||||
//dynamic event or object binding here
|
||||
function finishView(view) {
|
||||
//todo list
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user