Doh! missed issue with backspace while filtering...

mine
derailed 2019-02-06 17:15:23 -07:00
parent 804d797305
commit b83538ed54
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ func (v *tableView) keyboard(evt *tcell.EventKey) *tcell.EventKey {
if a, ok := v.actions[key]; ok {
a.action(evt)
return evt
}
switch evt.Key() {