Merge branch 'alanaV11' of https://github.com/Mermaid-Chart/alana-mermaid into alanaV11

This commit is contained in:
Steph
2024-08-02 08:23:41 -07:00

View File

@@ -777,6 +777,7 @@ const destructEdgeType = (type: string | undefined) => {
let arrowTypeStart = 'none';
let arrowTypeEnd = 'arrow_point';
switch (type) {
case 'arrow_open':
case 'arrow_point':
case 'arrow_circle':
case 'arrow_cross':