mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
some more things
This commit is contained in:
parent
f601108c5d
commit
dbf6bb5f27
3 changed files with 38 additions and 50 deletions
|
@ -102,11 +102,7 @@ func (gui *Gui) refreshCommitFilesView() error {
|
|||
}
|
||||
gui.State.CommitFiles = files
|
||||
|
||||
if err := gui.renderCommitFiles(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return gui.handleCommitFileSelect()
|
||||
return gui.postRefreshUpdate(gui.Contexts.BranchCommits.Files.Context)
|
||||
}
|
||||
|
||||
func (gui *Gui) renderCommitFiles() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue