Update to prevent mermaid start on load
This commit is contained in:
parent
af576bd31f
commit
160b51d16a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue