mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
forgot one
This commit is contained in:
parent
0e1f015b78
commit
64575eaee2
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue