diff --git a/confirm/confirm.go b/confirm/confirm.go index 62ad053..ff744d8 100644 --- a/confirm/confirm.go +++ b/confirm/confirm.go @@ -51,7 +51,6 @@ func (m model) Init() tea.Cmd { if m.timeout > 0 { return tick() } - m.defaultSelection = m.confirmation return nil }