mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 23:14:24 +00:00
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