mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 21:39:40 +02:00
#1295 Adding support for forks and joins
This commit is contained in:
@@ -42,6 +42,9 @@ const setupNode = (g, parent, node, altFlag) => {
|
||||
if (node.start === false) {
|
||||
shape = 'end';
|
||||
}
|
||||
if (node.type !== 'default') {
|
||||
shape = node.type;
|
||||
}
|
||||
|
||||
if (!nodeDb[node.id]) {
|
||||
nodeDb[node.id] = {
|
||||
|
Reference in New Issue
Block a user