1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

more standardisation of rendering

This commit is contained in:
Jesse Duffield
2020-08-19 19:07:14 +10:00
parent 2f5d5034db
commit 2b812b01e9
4 changed files with 225 additions and 174 deletions

View File

@@ -76,7 +76,7 @@ func (gui *Gui) refreshBranches() {
}
gui.State.Branches = builder.Build()
if err := gui.rerenderIfVisible(gui.Contexts.Branches.Context); err != nil {
if err := gui.postRefreshUpdate(gui.Contexts.Branches.Context); err != nil {
gui.Log.Error(err)
}