Hi,
If possible, it would be nice to be able to remove the else arrow if it's not needed. See below:
if (One) then (Yes)elseif (Two) then (Yes)endif
A suggested use would be
if (One) then (Yes)elseif (Two) then (Yes)elsedetachendif
Thanks.
(--------)
Hi all,
With this method (using hidden arrow), we obverse:
@startuml start if (One) then (Yes) elseif (Two) then (Yes) else -[hidden]-> endif end @enduml
It remains an horizontal extra piece of arrow..
Regards,Th.