Extra component in vertical mode

0 votes
asked Apr 8, 2021 in Bug by santos (120 points)
edited Apr 9, 2021 by santos

The following works well

@startuml

''!pragma useVerticalIf on

start
if (condition) then (yes)
    :Step 1;
    detach
elseif (condition) then (yes)
    partition "Partition" {
        :Step 2;
        detach
    }
else (no)
    :Step 3;
    detach
endif
detach

@enduml

but if the pragma line is uncommented an extra decision box below "Step 3" is wrongly generated.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...