mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
fix issue caused by opening a menu over a prompt
This commit is contained in:
parent
81f80ce968
commit
fab2e14b55
4 changed files with 40 additions and 18 deletions
|
@ -43,7 +43,7 @@ func (self *guiCommon) PushContext(context types.Context, opts ...types.OnFocusO
|
|||
}
|
||||
|
||||
func (self *guiCommon) PopContext() error {
|
||||
return self.gui.returnFromContext()
|
||||
return self.gui.popContext()
|
||||
}
|
||||
|
||||
func (self *guiCommon) CurrentContext() types.Context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue