Update to prevent mermaid start on load

This commit is contained in:
Wu Cheng-Han 2016-07-02 16:03:00 +08:00
parent af576bd31f
commit 160b51d16a
1 changed files with 2 additions and 0 deletions

View File

@ -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