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:
parent
bed185eb28
commit
d13a648132
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user