mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Replace PopContext() with Context().Pop()
This commit is contained in:
@ -193,7 +193,7 @@ func (self *CommitsHelper) CloseCommitMessagePanel() error {
|
||||
self.c.Views().CommitMessage.Visible = false
|
||||
self.c.Views().CommitDescription.Visible = false
|
||||
|
||||
return self.c.PopContext()
|
||||
return self.c.Context().Pop()
|
||||
}
|
||||
|
||||
func (self *CommitsHelper) OpenCommitMenu(suggestionFunc func(string) []*types.Suggestion) error {
|
||||
|
Reference in New Issue
Block a user