fix: bug in search bar
This commit is contained in:
parent
48326bf95b
commit
b573fbf100
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -460,6 +460,7 @@ func (c *Cli) ListEntries(ch chan<- bool) {
|
|||
}
|
||||
}
|
||||
|
||||
uiEvents = ui.PollEvents()
|
||||
ch <- false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue