We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2db46 commit 787a2baCopy full SHA for 787a2ba
internal/ui/update.go
@@ -33,7 +33,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
33
case ctrlC, "q", escape:
34
return m, tea.Quit
35
default:
36
- return m, nil
+ return m, tea.Batch(cmds...)
37
}
38
39
0 commit comments