Bug fix handling non-click graphs

This commit is contained in:
Ashish Jain 2019-08-14 19:25:52 +02:00
parent ca97ac11e1
commit abdbf2cb8a
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ const render = function (id, txt, cb, container) {
cb(svgCode, ganttDb.bindFunctions)
break
default:
cb(svgCode)
}
} else {
logger.debug('CB = undefined!')