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.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/gui/context.go b/pkg/gui/context.go
index d845265a3..be5a720e3 100644
--- a/pkg/gui/context.go
+++ b/pkg/gui/context.go
@@ -245,8 +245,6 @@ func (self *ContextMgr) ActivateContext(c types.Context, opts types.OnFocusOpts)
self.gui.c.GocuiGui().Cursor = v.Editable
- self.gui.renderContextOptionsMap(c)
-
if err := c.HandleFocus(opts); err != nil {
return err
}