summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/page
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-12 09:44:56 -0500
committeradamdottv <[email protected]>2025-05-12 09:44:56 -0500
commitdfe5fd8d970f76af9db0a7bf9a1e6f0bc01a291c (patch)
treeebf8123a492626a31b7767b18a60594879cd70b0 /internal/tui/page
parented9fba99c9e230094ed5d468c88f81469d60c911 (diff)
downloadopencode-dfe5fd8d970f76af9db0a7bf9a1e6f0bc01a291c.tar.gz
opencode-dfe5fd8d970f76af9db0a7bf9a1e6f0bc01a291c.zip
wip: refactoring
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 {