End of day

This commit is contained in:
Mikayla Maki 2022-08-01 17:13:06 -07:00
parent 59ba9da247
commit ca00128794

View file

@ -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;