From b8bee4de5158a6f285127eff018c442bf45ae970 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 3 Jun 2023 12:12:32 +1000 Subject: Scroll to top when filtering and retain selection when cancelling filter --- pkg/gui/types/context.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/gui/types/context.go') diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go index 9da9ad2b1..dca5b042c 100644 --- a/pkg/gui/types/context.go +++ b/pkg/gui/types/context.go @@ -89,6 +89,7 @@ type Context interface { type IFilterableContext interface { Context + IListPanelState SetFilter(string) GetFilter() string -- cgit v1.2.3