fix: show help when an item is selected
This commit is contained in:
parent
a28d2060b3
commit
4f35213585
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue