bubbletea

command module
v0.0.0-...-3a87982 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2023 License: MIT Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL