mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +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.Help.Width = width
|
||||||
m.FilterInput.Width = width - promptWidth - lipgloss.Width(m.spinnerView())
|
m.FilterInput.Width = width - promptWidth - lipgloss.Width(m.spinnerView())
|
||||||
m.updatePagination()
|
m.updatePagination()
|
||||||
|
m.updateKeybindings()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *Model) resetFiltering() {
|
func (m *Model) resetFiltering() {
|
||||||
|
|||||||
Reference in New Issue
Block a user