diff --git a/internal/ui.go b/internal/ui.go index 3eddf85..525bf63 100644 --- a/internal/ui.go +++ b/internal/ui.go @@ -167,9 +167,8 @@ func (m *UI) handleBrowsingList(teaMsg tea.Msg) tea.Cmd { converted.t = msg.t } - cmd = tea.Batch( - m.tick(), - ) + + cmd = m.tick() case tea.KeyMsg: if key.Matches(msg, keyBindingCopy) && !clipboard.Unsupported { item, ok := m.list.SelectedItem().(*listItem)