From dfe5fd8d970f76af9db0a7bf9a1e6f0bc01a291c Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Mon, 12 May 2025 09:44:56 -0500 Subject: wip: refactoring --- internal/tui/page/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/page') diff --git a/internal/tui/page/chat.go b/internal/tui/page/chat.go index 46609fdd0..378575f4d 100644 --- a/internal/tui/page/chat.go +++ b/internal/tui/page/chat.go @@ -137,7 +137,7 @@ func (p *chatPage) sendMessage(text string, attachments []message.Attachment) te p.session = newSession // Update the current session in the session manager - session.SetCurrentSession(newSession.ID) + // session.SetCurrentSession(newSession.ID) cmd := p.setSidebar() if cmd != nil { -- cgit v1.2.3