diff --git a/confirm/confirm.go b/confirm/confirm.go index 678e874..7dd6321 100644 --- a/confirm/confirm.go +++ b/confirm/confirm.go @@ -86,7 +86,6 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { case tickMsg: if m.timeout <= 0 { m.quitting = true - //m.confirmation = false return m, tea.Quit } m.timeout -= tickInterval