mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix: use non-deprecated spinner tick command in list
This commit is contained in:
+1
-1
@@ -569,7 +569,7 @@ func (m *Model) ToggleSpinner() tea.Cmd {
|
||||
// StartSpinner starts the spinner. Note that this returns a command.
|
||||
func (m *Model) StartSpinner() tea.Cmd {
|
||||
m.showSpinner = true
|
||||
return spinner.Tick
|
||||
return m.spinner.Tick
|
||||
}
|
||||
|
||||
// StopSpinner stops the spinner.
|
||||
|
||||
Reference in New Issue
Block a user