mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
feat: update keybindings in list setSize method
This commit is contained in:
committed by
Christian Rocha
parent
6157198699
commit
dff42ddb7c
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user