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

Incorrect order when nesting Sequence commands #680

Open
smac89 opened this issue Mar 2, 2023 · 0 comments · May be fixed by #843
Open

Incorrect order when nesting Sequence commands #680

smac89 opened this issue Mar 2, 2023 · 0 comments · May be fixed by #843

Comments

@smac89
Copy link

smac89 commented Mar 2, 2023

When a sequence command is nested, bubbletea does not wait for the nested sequence to finish before it executes the sibling command.

Bug can be fully reproduced by cloning and running the code at https://github.com/MVCE-Superstars/bubbletea

Changing line 58 in main.go, to nest a Batch or simply removing the nested sequence and replace it with just the function it contains, seems to produce the desired effect.

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

Successfully merging a pull request may close this issue.

1 participant