mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-05 00:59:19 +02:00
working again
This commit is contained in:
2
vendor/github.com/jesseduffield/gocui/gui.go
generated
vendored
2
vendor/github.com/jesseduffield/gocui/gui.go
generated
vendored
@ -1441,7 +1441,7 @@ func (g *Gui) matchView(v *View, kb *keybinding) bool {
|
||||
return true
|
||||
}
|
||||
for _, context := range kb.contexts {
|
||||
if context == g.currentContext {
|
||||
if context == v.Context {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user