mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-17 03:26:20 +00:00
ui: small fix in view.rs
This commit is contained in:
parent
f485079404
commit
f14381056f
@ -674,6 +674,11 @@ impl Component for MailView {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if let Some(p) = self.pager.as_mut() {
|
||||
if p.process_event(event, context) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
if let Some(p) = self.pager.as_mut() {
|
||||
|
Loading…
Reference in New Issue
Block a user