End of day
This commit is contained in:
parent
59ba9da247
commit
ca00128794
1 changed files with 1 additions and 1 deletions
|
@ -365,12 +365,12 @@ impl TerminalBuilder {
|
||||||
match this.upgrade(&cx) {
|
match this.upgrade(&cx) {
|
||||||
Some(this) => {
|
Some(this) => {
|
||||||
this.update(&mut cx, |this, cx| {
|
this.update(&mut cx, |this, cx| {
|
||||||
//Process the event
|
|
||||||
this.process_event(&event, cx);
|
this.process_event(&event, cx);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
None => {}
|
None => {}
|
||||||
}
|
}
|
||||||
|
|
||||||
future::ready(())
|
future::ready(())
|
||||||
})
|
})
|
||||||
.await;
|
.await;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue