mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-13 02:59:36 +02:00
Fix for defect #161, nested subgraphs.
This commit is contained in:
@@ -124,7 +124,6 @@ var init = function () {
|
||||
|
||||
var graphType = utils.detectType(txt);
|
||||
var classes = {};
|
||||
|
||||
switch(graphType){
|
||||
case 'graph':
|
||||
classes = flowRenderer.getClasses(txt, false);
|
||||
|
Reference in New Issue
Block a user