Doh! missed issue with backspace while filtering...
parent
804d797305
commit
b83538ed54
|
|
@ -86,7 +86,6 @@ func (v *tableView) keyboard(evt *tcell.EventKey) *tcell.EventKey {
|
||||||
|
|
||||||
if a, ok := v.actions[key]; ok {
|
if a, ok := v.actions[key]; ok {
|
||||||
a.action(evt)
|
a.action(evt)
|
||||||
return evt
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch evt.Key() {
|
switch evt.Key() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue