mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Merge branch 'alanaV11' of https://github.com/Mermaid-Chart/alana-mermaid into alanaV11
This commit is contained in:
@@ -777,6 +777,7 @@ const destructEdgeType = (type: string | undefined) => {
|
|||||||
let arrowTypeStart = 'none';
|
let arrowTypeStart = 'none';
|
||||||
let arrowTypeEnd = 'arrow_point';
|
let arrowTypeEnd = 'arrow_point';
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
case 'arrow_open':
|
||||||
case 'arrow_point':
|
case 'arrow_point':
|
||||||
case 'arrow_circle':
|
case 'arrow_circle':
|
||||||
case 'arrow_cross':
|
case 'arrow_cross':
|
||||||
|
Reference in New Issue
Block a user