mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
more work on managing focus when applying patch command
This commit is contained in:
parent
1a38bfb76d
commit
10fe88a2cf
5 changed files with 40 additions and 12 deletions
|
@ -96,6 +96,10 @@ func (gui *Gui) refreshCommitFilesView() error {
|
|||
return err
|
||||
}
|
||||
|
||||
if err := gui.refreshPatchBuildingPanel(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
commit := gui.getSelectedCommit(gui.g)
|
||||
if commit == nil {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue