Update crossterm
This commit is contained in:
parent
fa91515a61
commit
7733b1a2c8
3 changed files with 7 additions and 7 deletions
|
|
@ -163,7 +163,7 @@ impl Ui {
|
|||
.await
|
||||
}
|
||||
UiEvent::Term(Event::Mouse(event)) => self.handle_mouse_event(event).await?,
|
||||
UiEvent::Term(Event::Resize(_, _)) => EventHandleResult::Continue,
|
||||
UiEvent::Term(_) => EventHandleResult::Continue,
|
||||
};
|
||||
match result {
|
||||
EventHandleResult::Continue => {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue