Skip to content

Commit

Permalink
[Bug] Fix #2585
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Mar 4, 2024
1 parent 0d16531 commit f40df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/view/picker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Picker struct {
func NewPicker() *Picker {
return &Picker{
List: tview.NewList(),
actions: ui.KeyActions{},
actions: *ui.NewKeyActions(),
}
}

Expand Down

0 comments on commit f40df34

Please sign in to comment.