Skip to content

Commit

Permalink
Fix hover widget not relaying events when overlay is active
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 5, 2024
1 parent 3a3fda8 commit ff0da4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widget/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ where
| mouse::Event::ButtonReleased(_)
)
) || cursor.is_over(layout.bounds())
|| self.is_top_overlay_active
{
let (top_layout, top_tree) = children.next().unwrap();

Expand Down

0 comments on commit ff0da4d

Please sign in to comment.