@@ -47,9 +47,11 @@ impl DesktopGlobalPopup {
|
|||||||
nav_response.inner
|
nav_response.inner
|
||||||
});
|
});
|
||||||
|
|
||||||
|
let mut app = app_ctx.borrow_mut();
|
||||||
|
|
||||||
if resp == FixedWindowResponse::Closed {
|
if resp == FixedWindowResponse::Closed {
|
||||||
app_ctx.borrow_mut().global_nav.pop();
|
app.global_nav.pop();
|
||||||
app_ctx.borrow_mut().show_global_popup = false;
|
app.show_global_popup = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user