Fix broken pipeline list interaction
This commit is contained in:
@@ -40,7 +40,7 @@ func (m pipelineWidgetList) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||||||
m.list.Select(len(m.list.Items()) - 1)
|
m.list.Select(len(m.list.Items()) - 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
case "e":
|
case "enter":
|
||||||
if m.list.Index() < len(m.list.Items())-1 {
|
if m.list.Index() < len(m.list.Items())-1 {
|
||||||
//item := m.list.SelectedItem()
|
//item := m.list.SelectedItem()
|
||||||
//if item, ok := item.(pipelineListItem); ok {
|
//if item, ok := item.(pipelineListItem); ok {
|
||||||
|
|||||||
Reference in New Issue
Block a user