1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

fix branches select sig

This commit is contained in:
Jesse Duffield
2020-08-15 16:48:35 +10:00
parent 0822a9296c
commit b0fe963f8a
3 changed files with 8 additions and 9 deletions

View File

@ -228,7 +228,7 @@ func (gui *Gui) newLineFocused(g *gocui.Gui, v *gocui.View) error {
branchesView := gui.getBranchesView()
switch branchesView.Context {
case "local-branches":
return gui.handleBranchSelect(g, v)
return gui.handleBranchSelect()
case "remotes":
return gui.handleRemoteSelect(g, v)
case "remote-branches":