make TAB switch between search field and list view
This commit is contained in:
@@ -95,7 +95,6 @@ impl<I: ListItem> View for ListView<I> {
|
||||
}
|
||||
|
||||
fn on_event(&mut self, e: Event) -> EventResult {
|
||||
trace!("{:?}", e);
|
||||
match e {
|
||||
Event::Key(Key::Up) => {
|
||||
self.move_focus(-1);
|
||||
|
||||
Reference in New Issue
Block a user