mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-14 09:36:24 -04:00
Add comment
This commit is contained in:
parent
d65c018875
commit
0c2d90a444
|
|
@ -398,6 +398,8 @@ func getTabbedView(gui *Gui) *gocui.View {
|
|||
if v == nil {
|
||||
return nil
|
||||
}
|
||||
// if the action is invoked via the Options menu,
|
||||
// we need to execute it against the parent view
|
||||
if v.Name() == "menu" {
|
||||
v = v.ParentView
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue