diff --git a/ui/stash.go b/ui/stash.go index c1311b6..e1da5d9 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -492,10 +492,6 @@ func stashUpdate(msg tea.Msg, m stashModel) (stashModel, tea.Cmd) { case "/": m.hideStatusMessage() - if pages == 0 { - break - } - m.state = stashStateSearchNotes m.searchInput.CursorEnd() m.searchInput.Focus()