1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

ensure stash panel refreshes

This commit is contained in:
Jesse Duffield 2022-01-28 20:03:25 +11:00
parent bed185eb28
commit d13a648132

View File

@ -36,7 +36,7 @@ func (gui *Gui) refreshStashEntries() error {
gui.State.StashEntries = gui.Git.Loaders.Stash.
GetStashEntries(gui.State.Modes.Filtering.GetPath())
return gui.State.Contexts.Stash.HandleRender()
return gui.postRefreshUpdate(gui.State.Contexts.Stash)
}
// specific functions