mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
use PopContext
This commit is contained in:
@@ -19,7 +19,7 @@ func (gui *Gui) getMenuOptions() map[string]string {
|
||||
}
|
||||
|
||||
func (gui *Gui) handleMenuClose() error {
|
||||
return gui.returnFromContext()
|
||||
return gui.c.PopContext()
|
||||
}
|
||||
|
||||
// note: items option is mutated by this function
|
||||
|
||||
Reference in New Issue
Block a user