Direction in conditions doesn't seem to work
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 8.7k
- Forks
- 1.2k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I am using the following script:
```
st=>start: Start
e=>end: End
opy=>operation: statements
opn=>operation: statements
cond(align-next=no)=>condition: Condition
st->cond
cond(yes,left)->opy->e
cond(no,right)->opn->e
```
The `yes` and `no` paths are always `bottom`, `right` respectively, ignoring the directions I've set.
Is there anything wrong with my script?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.