1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00
This commit is contained in:
Jesse Duffield
2020-08-16 13:58:29 +10:00
parent 0ea0c48631
commit 7f89113245
30 changed files with 615 additions and 461 deletions

View File

@ -83,7 +83,7 @@ func (gui *Gui) handleEscapePatchBuildingPanel() error {
gui.State.SplitMainPanel = false
}
return gui.switchFocus(nil, gui.getCommitFilesView())
return gui.switchContext(gui.Contexts.BranchCommits.Files.Context)
}
func (gui *Gui) refreshSecondaryPatchPanel() error {