mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
small fixes
This commit is contained in:
parent
d39d52d95d
commit
635324d386
4 changed files with 5 additions and 4 deletions
|
|
@ -123,6 +123,7 @@ func (i *sessionsCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||
case tea.KeyMsg:
|
||||
switch {
|
||||
case key.Matches(msg, sessionKeyMapValue.Select):
|
||||
i.app.Logger.PersistInfo("Session selected")
|
||||
selected := i.list.SelectedItem()
|
||||
if selected == nil {
|
||||
return i, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue