mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
fix: golangci-lint 2 fixes (#769)
This commit is contained in:
+1
-1
@@ -289,7 +289,7 @@ func (m *Model) SetFilterText(filter string) {
|
||||
m.updateKeybindings()
|
||||
}
|
||||
|
||||
// Helper method for setting the filtering state manually.
|
||||
// SetFilterState allows setting the filtering state manually.
|
||||
func (m *Model) SetFilterState(state FilterState) {
|
||||
m.Paginator.Page = 0
|
||||
m.cursor = 0
|
||||
|
||||
Reference in New Issue
Block a user