feat: update keybindings in list setSize method

This commit is contained in:
Broderick Westrope
2025-05-16 10:03:59 -04:00
committed by Christian Rocha
parent 6157198699
commit dff42ddb7c
+1
View File
@@ -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() {