mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-14 00:48:33 +00:00
feat!: use bubbletea@v2-exp
This commit is contained in:
@@ -205,8 +205,8 @@ func New(opts ...Option) Model {
|
||||
var NewModel = New
|
||||
|
||||
// Init exists to satisfy the tea.Model interface.
|
||||
func (m Model) Init() tea.Cmd {
|
||||
return nil
|
||||
func (m Model) Init() (tea.Model, tea.Cmd) {
|
||||
return m, nil
|
||||
}
|
||||
|
||||
// Update is used to animate the progress bar during transitions. Use
|
||||
|
||||
Reference in New Issue
Block a user