popoverOpen reports whether the slash-autocomplete popover should render and consume ↑/↓/Tab/Esc.
()
| 10 | // popoverOpen reports whether the slash-autocomplete popover should render |
| 11 | // and consume ↑/↓/Tab/Esc. |
| 12 | func (m Model) popoverOpen() bool { return m.suggestOpen } |
| 13 | |
| 14 | // currentSuggestion returns the highlighted popover row, or false when the |
| 15 | // popover is closed or empty. |
no outgoing calls