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

Style separator not respected when chaining links #4550

Closed
prybicki opened this issue Jun 27, 2023 · 0 comments · Fixed by #4553
Closed

Style separator not respected when chaining links #4550

prybicki opened this issue Jun 27, 2023 · 0 comments · Fixed by #4553
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@prybicki
Copy link

Description

Using style separator ::: does not work well on the right-hand side of the link chaining & operator.

Steps to reproduce

This works as expected:

flowchart TD
	classDef Optional stroke-dasharray:4
	subgraph "SetupScene"
		CreateTexture:::Optional & CreateMeshes --> CreateEntities
	end
Loading

However, reversing & arguments results in a parsing error.

flowchart TD
	classDef Optional stroke-dasharray:4
	subgraph "SetupScene"
		CreateMeshes & CreateTexture:::Optional --> CreateEntities
	end
Loading

Screenshots

No response

Code Sample

No response

Setup

Live Editor, newest Chrome

Suggested Solutions

No response

Additional Context

No response

@prybicki prybicki added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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