diff --git a/pkg/gui/view_helpers.go b/pkg/gui/view_helpers.go index 4f42bfc18..d85d4e3a7 100644 --- a/pkg/gui/view_helpers.go +++ b/pkg/gui/view_helpers.go @@ -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 }