mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge remote-tracking branch 'MERMAID/develop' into chore/3648-mermaidAPI-render--dry-cleanup-specs
# Conflicts: # cSpell.json
This commit is contained in:
commit
607fe88d43
@ -6,6 +6,7 @@
|
||||
"customizability",
|
||||
"Gantt",
|
||||
"jison",
|
||||
"mermaid",
|
||||
"mindmap",
|
||||
"Mindmaps",
|
||||
"mitigations",
|
||||
|
@ -55,7 +55,7 @@ export class Diagram {
|
||||
}
|
||||
|
||||
handleError(error: unknown, parseError?: ParseErrorFunction) {
|
||||
// Is this the correct way to access mermiad's parseError()
|
||||
// Is this the correct way to access mermaid's parseError()
|
||||
// method ? (or global.mermaid.parseError()) ?
|
||||
|
||||
if (parseError === undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user