internal/tui/components/core/list/list.go 🔗
@@ -345,7 +345,6 @@ func (m *model) handleKeyPress(msg tea.KeyPressMsg) (tea.Model, tea.Cmd) {
}
m.currentSearch = m.input.Value()
return m, tea.Batch(cmds...)
-
}
return m, nil
}
Christian Rocha created
internal/tui/components/core/list/list.go | 1 -
1 file changed, 1 deletion(-)
@@ -345,7 +345,6 @@ func (m *model) handleKeyPress(msg tea.KeyPressMsg) (tea.Model, tea.Cmd) {
}
m.currentSearch = m.input.Value()
return m, tea.Batch(cmds...)
-
}
return m, nil
}