mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
loading file diff after refreshing files incase cursor is now at a different file
This commit is contained in:
parent
7cdcef8c93
commit
a0c8fc8899
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ func refreshFiles(g *gocui.Gui) error {
|
|||
}
|
||||
}
|
||||
correctCursor(filesView)
|
||||
handleFileSelect(g, filesView)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue