mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-04 22:59:50 +02:00
MC-1730 Fix for flowchart arrows without arrowheads
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