You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: