mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-10 02:49:40 +02:00
Fix for first case
This commit is contained in:
@@ -175,7 +175,7 @@ const setupNode = (g, parent, node, altFlag) => {
|
||||
};
|
||||
let cnt = 0;
|
||||
const setupDoc = (g, parent, doc, altFlag) => {
|
||||
cnt = 0;
|
||||
// cnt = 0;
|
||||
log.trace('items', doc);
|
||||
doc.forEach(item => {
|
||||
if (item.stmt === 'state' || item.stmt === 'default') {
|
||||
|
Reference in New Issue
Block a user