mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
fix: Filename in viewer.js
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user