Z index shenanigans (#4089)

Release Notes:

- Fixed a bug allowing certain UI elements to render incorrectly when
overlapping.
This commit is contained in:
Julia 2024-01-17 09:48:08 -05:00 committed by GitHub
commit 2fbf42d7df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View file

@ -51,6 +51,7 @@ impl ContextMenu {
let _on_blur_subscription = cx.on_blur(&focus_handle, |this: &mut ContextMenu, cx| {
this.cancel(&menu::Cancel, cx)
});
cx.refresh();
f(
Self {
items: Default::default(),