Skip to content

Commit 787a2ba

Browse files
committed
improvements
1 parent ac2db46 commit 787a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ui/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
3333
case ctrlC, "q", escape:
3434
return m, tea.Quit
3535
default:
36-
return m, nil
36+
return m, tea.Batch(cmds...)
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)