From dff42ddb7cf28f022da475c69dba2e74f75af34d Mon Sep 17 00:00:00 2001 From: Broderick Westrope Date: Mon, 23 Sep 2024 09:47:30 +1000 Subject: [PATCH] feat: update keybindings in list setSize method --- list/list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/list/list.go b/list/list.go index a96dc77..fc7c6b1 100644 --- a/list/list.go +++ b/list/list.go @@ -696,6 +696,7 @@ func (m *Model) setSize(width, height int) { m.Help.Width = width m.FilterInput.Width = width - promptWidth - lipgloss.Width(m.spinnerView()) m.updatePagination() + m.updateKeybindings() } func (m *Model) resetFiltering() {