Add scoped overlay hosts
This commit is contained in:
1 parent
a33fbca966
commit
44a5da378b
14 files changed
+882
-27
No files matched your search
@@ -79,7 +79,7 @@ impl DefaultAppState for State {
|
||||
.masked()
|
||||
.background(rect(PaintId::WHITE))
|
||||
.add_strong(rsc);
|
||||
ui_state.set_root(root.any());
|
||||
ui_state.set_root(rsc, root.any());
|
||||
|
||||
Self { ui_state }
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user