1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
This commit is contained in:
Jesse Duffield 2020-08-19 19:33:14 +10:00
parent 2fac2f9f1f
commit b77abdc5e1

View File

@ -78,12 +78,6 @@ func (gui *Gui) renderRemotesWithSelection() error {
displayStrings := presentation.GetRemoteListDisplayStrings(gui.State.Remotes, gui.State.Diff.Ref)
gui.renderDisplayStrings(branchesView, displayStrings)
if gui.g.CurrentView() == branchesView && branchesView.Context == "remotes" {
if err := gui.handleRemoteSelect(); err != nil {
return err
}
}
return nil
}