summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/page
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/page')
-rw-r--r--internal/tui/page/chat.go2
1 files changed, 1 insertions, 1 deletions
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 {