Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clicked UI nodes getting reset when hovering child nodes (bevyeng…
…ine#4194) # Objective Fixes bevyengine#4193 ## Solution When resetting a node's `Interaction` to `None`, ignore any `Clicked` node because that should be handled by the mouse release check exclusively.
- Loading branch information