summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context.go')
-rw-r--r--pkg/gui/context.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/context.go b/pkg/gui/context.go
index f8aa9134e..b59f0a448 100644
--- a/pkg/gui/context.go
+++ b/pkg/gui/context.go
@@ -65,7 +65,6 @@ func (gui *Gui) pushContext(c types.Context, opts ...types.OnFocusOpts) error {
}
if !c.IsFocusable() {
- panic(c.GetKey())
return nil
}