fix: bug in search bar

This commit is contained in:
Adrien Waksberg 2021-01-02 18:43:57 +01:00
parent 48326bf95b
commit b573fbf100
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Fixed
- Choice box for generate new password was ignored
- Bug in search bar
## v2.0.0 - 2020-12-23

View file

@ -460,6 +460,7 @@ func (c *Cli) ListEntries(ch chan<- bool) {
}
}
uiEvents = ui.PollEvents()
ch <- false
}
}