Hello, thank you for trying out chronos !
It seems indeed like the dashed line isn't put in the right place if you use both enable-dst and create-dst
I'll admit that the logic for rendering that line is quite messy and needs to be improved
Hello, thank you for trying out chronos !
It seems indeed like the dashed line isn't put in the right place if you use both `enable-dst` and `create-dst`
I'll admit that the logic for rendering that line is quite messy and needs to be improved
As a temporary fix, you can do the following:
```typst
_evt("combine", "create")
_seq("n1", "combine", comment: [If not #sym.arrow.double Combine], enable-dst: true)
// instead of _seq("n1", "combine", comment: [...], enable-dst: true, create-dst: true)
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As picture, see the

CombinelabelHello, thank you for trying out chronos !
It seems indeed like the dashed line isn't put in the right place if you use both
enable-dstandcreate-dstI'll admit that the logic for rendering that line is quite messy and needs to be improved
As a temporary fix, you can do the following:
Fixed by
b0950f5e68