forgot one

This commit is contained in:
Andrew Collins 2023-04-11 11:06:16 -04:00
parent 0e1f015b78
commit 64575eaee2

View file

@ -248,7 +248,7 @@ pub fn launch_with_props<P: 'static>(root: Component<P>, props: P, cfg: Config)
webviews[&event.1]
.dom
.base_scope()
.consume_context::<DesktopContext>()
.consume_context::<Rc<DesktopContext>>()
.unwrap()
.eval
.send(msg.params())