mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
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…
Reference in a new issue