Skip to content

Commit 160b51d

Browse files
committed
Update to prevent mermaid start on load
1 parent af576bd commit 160b51d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public/js/extra.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ function replaceExtraTags(html) {
161161
return html;
162162
}
163163

164+
if (typeof mermaid !== 'undefined' && mermaid) mermaid.startOnLoad = false;
165+
164166
//dynamic event or object binding here
165167
function finishView(view) {
166168
//todo list

0 commit comments

Comments
 (0)