asciiflow icon indicating copy to clipboard operation
asciiflow copied to clipboard

Disable line auto connect in freeform

Open Thanzex opened this issue 8 months ago • 1 comments

While generally useful, the auto-connecting feature is sometimes not desirable and we should be able to override it.

I'd like to have parallel lines like so:

  ────────────────
  ──────────────── 

However it gets auto-connected at the ends to become like this:

 ┌────────────────┐ 
 └────────────────┘ 

Even if i select the character in the freeform menu and apply it manually.

It applies to corners too, this:

          
│ │    ┌──
│ └────┤  
└──────┤  
       └──

becomes this:

          
│ │    ┌──
│ ├────┤  
└─┴────┤  
       └──

Even though i manually go into freeform and choose instead of and my input is completely disregarded and the lines are auto-connected.

This happens to arrows too:

     │
────►│
─────┤
     │

Becomes:

     │
┌───▲│
└────┤
     │

Again, even manually selecting the right arrow from the freeform menu does nothing and the arrow is changed to point upwards.

Thanzex avatar May 29 '24 13:05 Thanzex