Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State diagrams: Only one note per state can be appended #2055

Closed
knsv opened this issue May 9, 2021 · 0 comments · Fixed by #2056
Closed

State diagrams: Only one note per state can be appended #2055

knsv opened this issue May 9, 2021 · 0 comments · Fixed by #2056
Assignees
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@knsv
Copy link
Collaborator

knsv commented May 9, 2021

Describe the bug
You can only add one note per state. There should be no such limit.

To Reproduce
The following diagram:

stateDiagram
    MyState
    note left of MyState : I am a leftie
    note right of MyState : I am a rightie

renders like this:
image

Expected behavior
It should render with two notes like this:
image

@knsv knsv added Type: Bug / Error Something isn't working or is incorrect Status: Triage Needs to be verified, categorized, etc labels May 9, 2021
@knsv knsv self-assigned this May 9, 2021
knsv added a commit that referenced this issue May 9, 2021
@knsv knsv closed this as completed in #2056 May 9, 2021
knsv added a commit that referenced this issue May 9, 2021
…_for_one_state

#2055 Allowing multiple ids for one state in state diagrams
@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant