This PR fixes#24 by adding a new outer-lifeline-connect parameter to _seq. When set to true, sequence coming from the left connect to the leftmost lifeline, as before. The new default behavior (when set to false), makes sequences connect to the latest/rightmost lifeline
Before / outer-lifeline-connect: true
After / outer-lifeline-connect: false (new default)
This PR fixes #24 by adding a new `outer-lifeline-connect` parameter to `_seq`. When set to `true`, sequence coming from the left connect to the leftmost lifeline, as before. The new default behavior (when set to `false`), makes sequences connect to the latest/rightmost lifeline
**Before / `outer-lifeline-connect: true`**

**After / `outer-lifeline-connect: false` (new default)**

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.
This PR fixes #24 by adding a new
outer-lifeline-connectparameter to_seq. When set totrue, sequence coming from the left connect to the leftmost lifeline, as before. The new default behavior (when set tofalse), makes sequences connect to the latest/rightmost lifelineBefore /

outer-lifeline-connect: trueAfter /

outer-lifeline-connect: false(new default)