mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Bug fix handling non-click graphs
This commit is contained in:
parent
ca97ac11e1
commit
abdbf2cb8a
@ -505,6 +505,7 @@ const render = function (id, txt, cb, container) {
|
||||
cb(svgCode, ganttDb.bindFunctions)
|
||||
break
|
||||
default:
|
||||
cb(svgCode)
|
||||
}
|
||||
} else {
|
||||
logger.debug('CB = undefined!')
|
||||
|
Loading…
x
Reference in New Issue
Block a user