mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
fix: Filename in viewer.js
This commit is contained in:
parent
c919bef70e
commit
9f286b46ff
@ -36,7 +36,7 @@ const contentLoaded = function () {
|
||||
document.getElementsByTagName('body')[0].appendChild(div);
|
||||
}
|
||||
|
||||
graphObj.mermaid.extraDiagrams = ['/mermaid-mindmap-detector.js'];
|
||||
graphObj.mermaid.extraDiagrams = ['/mermaid-mindmap-detector.core.mjs'];
|
||||
|
||||
mermaid2.initialize(graphObj.mermaid);
|
||||
mermaid2.init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user