Skip to content

Commit

Permalink
feat: make the list scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Oct 28, 2023
1 parent f106fc0 commit ac33c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/display/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func NewWrapper(logger zerolog.Logger) *Wrapper {
SetColumns(0, 0, 0, 0, 0, 0).
SetBorders(true)

app := tview.NewApplication().SetRoot(grid, true).SetFocus(grid)
app := tview.NewApplication().SetRoot(grid, true).SetFocus(table)

return &Wrapper{
InfoTextView: infoTextView,
Expand Down

0 comments on commit ac33c12

Please sign in to comment.