mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 12:14:07 +01:00
Fixing various typos
Changing links from http to https
This commit is contained in:
committed by
Andreas Deininger
parent
ef9740bb38
commit
8e157423e0
@@ -677,7 +677,7 @@ const handleDirective = function (p, directive, type) {
|
||||
|
||||
/** @param {any} conf */
|
||||
function updateRendererConfigs(conf) {
|
||||
// Todo remove, all diagrams should get config on demoand from the config object, no need for this
|
||||
// Todo remove, all diagrams should get config on demand from the config object, no need for this
|
||||
|
||||
// gitGraphRenderer.setConf(conf.git); // Todo Remove all of these
|
||||
flowRenderer.setConf(conf.flowchart);
|
||||
|
||||
Reference in New Issue
Block a user