diff --git a/internal/tui/components/chat/splash/splash.go b/internal/tui/components/chat/splash/splash.go index b49bd862876f6b3eb880bfe732b956026421aabe..187fc35e6ec47a858b99f35e135a8cef3500fbf1 100644 --- a/internal/tui/components/chat/splash/splash.go +++ b/internal/tui/components/chat/splash/splash.go @@ -253,6 +253,7 @@ func (s *splashCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) { return s, cmd } if s.needsProjectInit { + s.selectedNo = false return s, s.initializeProject() } case key.Matches(msg, s.keyMap.No):