MC-1730 Fix for flowchart arrows without arrowheads

This commit is contained in:
Knut Sveidqvist
2024-08-02 17:16:40 +02:00
parent 34ecbba275
commit 640c502346

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':