@ -808,6 +808,7 @@ fn control_menu(
.iter_descendants(root)
.any(|child| is_hovered.contains(&&child));
if !tree_still_hovered {
info!("Tree is not hovered");
parents.iter_descendants(root).for_each(|child| {
if let Ok(mut n) = nav.get_mut(child) {
info!("Closing {:?} for {:?}", child, root);