mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-22 05:29:44 +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.
|
gui.State.StashEntries = gui.Git.Loaders.Stash.
|
||||||
GetStashEntries(gui.State.Modes.Filtering.GetPath())
|
GetStashEntries(gui.State.Modes.Filtering.GetPath())
|
||||||
|
|
||||||
return gui.State.Contexts.Stash.HandleRender()
|
return gui.postRefreshUpdate(gui.State.Contexts.Stash)
|
||||||
}
|
}
|
||||||
|
|
||||||
// specific functions
|
// specific functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user