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