fix: show help when an item is selected

This commit is contained in:
Adrien Waksberg 2020-07-14 18:59:31 +02:00
parent a28d2060b3
commit 4f35213585

View file

@ -354,6 +354,7 @@ func (c *Cli) ListEntries(ch chan<- bool) {
switch e.ID {
case "h":
c.HelpBox()
index = -1
case "q":
clipboard.WriteAll("")
ch <- true