diff --git a/list/list.go b/list/list.go index bb4b3f0..68d0f27 100644 --- a/list/list.go +++ b/list/list.go @@ -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.