Direction in conditions doesn't seem to work
Aperta
- Lingua principale
- JavaScript
- Stelle
- 8.7k
- Fork
- 1.2k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.