Skip to content

This shows a bug affecting bubbletea TUI where nested sequence commands are not sequential

License

Notifications You must be signed in to change notification settings

MVCE-Superstars/bubbletea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubbletea

This shows a bug affecting bubbletea TUI where nested sequence commands are not sequential

Description

The expected result should look like:



    Searching for something...
  ──────────────────────────────




  Something is not loaded!
  Something is loaded!

Change line 58 in main.go to:

return m, tea.Sequence(tea.Batch(func() tea.Msg {

... to see the correct result

About

This shows a bug affecting bubbletea TUI where nested sequence commands are not sequential

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages