1
0
Эх сурвалжийг харах

fix(Examples/Multi-Window): launch the popup content instead of app.

Not sure if my assumption is correct but it seemed this was the intention of the popup fn.
Matt Wisniewski 2 жил өмнө
parent
commit
7e54764652

+ 1 - 1
examples/multiwindow.rs

@@ -12,7 +12,7 @@ fn app(cx: Scope) -> Element {
         div {
             button {
                 onclick: move |_| {
-                    let dom = VirtualDom::new(app);
+                    let dom = VirtualDom::new(popup);
                     window.new_window(dom, Default::default());
                 },
                 "New Window"