mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 17:46:44 +02:00
Fix for issue #178, auto-line wrap of notes in sequence diagrams
This commit is contained in:
@@ -123,8 +123,8 @@ global.mermaid = {
|
||||
console.log('Mermaid Syntax error:');
|
||||
console.log(err);
|
||||
},
|
||||
render:function(id, text){
|
||||
return mermaidAPI.render(id, text);
|
||||
render:function(id, text,callback, element){
|
||||
return mermaidAPI.render(id, text,callback, element);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user