Direction doesn't always work
未关闭
- 主要语言
- JavaScript
- 星标
- 8.7k
- 派生
- 1.2k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Thanks for making this, it's awesome. I'm having an issue where I can't control the direction for a condition outcome.
```
st=>start: Autobuy Triggered
e=>end: Sold
match=>operation: Match Partners
sell=>operation: Attempt Sale
portal=>end: Portal
fail=>end: Fail
matches=>condition: Have Matches?
sold=>condition: Sold?
more=>condition: More Matches?
cascade=>condition: Cascade?
st->match->matches
matches(yes,left)->sell->sold
matches(no)->portal
sold(yes)->e
sold(no)->cascade
cascade(yes)->more
cascade(no,bottom)->fail
more(yes,top)->sell
more(no)->portal
```
more(yes,top)->sell is coming out of the bottom and needlessly crossing another line
Is it something I'm doing wrong?
Thanks
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。