From 55af07a1bb4e1d3f85a456c2604c46e5535aca40 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 13 Feb 2022 12:47:15 +1100 Subject: fix CI --- pkg/gui/context/list_context_trait.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui/context/list_context_trait.go') diff --git a/pkg/gui/context/list_context_trait.go b/pkg/gui/context/list_context_trait.go index 6deb5dfc1..e508c8029 100644 --- a/pkg/gui/context/list_context_trait.go +++ b/pkg/gui/context/list_context_trait.go @@ -43,7 +43,7 @@ func (self *ListContextTrait) HandleFocus(opts ...types.OnFocusOpts) error { func (self *ListContextTrait) HandleFocusLost() error { self.viewTrait.SetOriginX(0) - return self.Context.HandleFocus() + return self.Context.HandleFocusLost() } // OnFocus assumes that the content of the context has already been rendered to the view. OnRender is the function which actually renders the content to the view -- cgit v1.2.3