mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
only return focus if we already have it
This commit is contained in:
parent
53da858c06
commit
4080e9b501
1 changed files with 5 additions and 1 deletions
|
@ -82,9 +82,13 @@ func (gui *Gui) handleEscapePatchBuildingPanel() error {
|
||||||
gui.GitCommand.PatchManager.Reset()
|
gui.GitCommand.PatchManager.Reset()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if gui.currentContext().GetKey() == gui.Contexts.PatchBuilding.Context.GetKey() {
|
||||||
return gui.switchContext(gui.Contexts.CommitFiles.Context)
|
return gui.switchContext(gui.Contexts.CommitFiles.Context)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (gui *Gui) refreshSecondaryPatchPanel() error {
|
func (gui *Gui) refreshSecondaryPatchPanel() error {
|
||||||
// TODO: swap out for secondaryPatchPanelUpdateOpts
|
// TODO: swap out for secondaryPatchPanelUpdateOpts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue