diff --git a/confirm/confirm.go b/confirm/confirm.go index e32af4e..2005faa 100644 --- a/confirm/confirm.go +++ b/confirm/confirm.go @@ -94,6 +94,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { if m.options[Negative] != "" { m.selectedOption = Negative m.quitting = true + return m, tea.Quit } case "ctrl+c": m.selectedOption = Cancel