mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +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) {
|
||||
Some(this) => {
|
||||
this.update(&mut cx, |this, cx| {
|
||||
//Process the event
|
||||
this.process_event(&event, cx);
|
||||
});
|
||||
}
|
||||
None => {}
|
||||
}
|
||||
|
||||
future::ready(())
|
||||
})
|
||||
.await;
|
||||
|
|
Loading…
Reference in a new issue