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

Switch - Adding cases requires existing output steps to be remapped #835

Open
keevan opened this issue Oct 2, 2023 · 0 comments
Open

Switch - Adding cases requires existing output steps to be remapped #835

keevan opened this issue Oct 2, 2023 · 0 comments

Comments

@keevan
Copy link
Contributor

keevan commented Oct 2, 2023

Ideally, if it would remap the cases 1:1 with the existing link based on the previous name.

For example:

Switches:
apple -> 1
berry -> 2
cake -> 3

If I add something between berry and cake, it would cause the existing links to be something like this.

apple -> 1
berry -> 2
bittermelon -> 3
cake -> 

This is amplified if there are a lot of preceeding cases, and the rest of the cases need to be remapped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant