Skip to content

Commit

Permalink
fix focus toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
treethought committed Sep 8, 2021
1 parent 87305ce commit 595fb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (app *App) initBindings() {
func (app *App) initInputHandler() {
app.focusManager = cview.NewFocusManager(app.ui.SetFocus)
app.focusManager.SetWrapAround(true)
app.focusManager.Add(app.repo, app.panels)
app.focusManager.Add(app.repo, app.info, app.dag)

}

Expand Down

0 comments on commit 595fb7e

Please sign in to comment.