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

View File

@@ -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!')