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 {
|
switch e.ID {
|
||||||
case "h":
|
case "h":
|
||||||
c.HelpBox()
|
c.HelpBox()
|
||||||
|
index = -1
|
||||||
case "q":
|
case "q":
|
||||||
clipboard.WriteAll("")
|
clipboard.WriteAll("")
|
||||||
ch <- true
|
ch <- true
|
||||||
|
|
Loading…
Reference in a new issue