mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 11:59:39 +02:00
Allow overriding sequence diagram configuration (SVG properties) - handling of non existent configuration
This commit is contained in:
@@ -211,7 +211,6 @@ function executeInPage(data) {
|
||||
el.appendChild(elContent)
|
||||
|
||||
document.body.appendChild(el)
|
||||
|
||||
mermaid.init(sequenceConfig)
|
||||
|
||||
svg = document.querySelector('svg')
|
||||
|
Reference in New Issue
Block a user