Skip to content

States displayed trwice on StateTransitionView #1901

@adaussy

Description

@adaussy

When trying to create the following model in a "StateTransitionView" nested stated are displayed both on the state transition compartment and at the root of the diagram making hard to understand what happen.

StatesProblem.mp4
 state s0 {
          state s1 {
            state s2;
          }
          state s3 {
              state s4;
          }
          transition t1 first s1.s2 then s3.s4;
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions