mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
WIP
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user