Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ashley Wulber
9f213013dc fix: if not in bounds, return default mouse interaction 2026-03-17 15:18:09 -04:00

View file

@ -1596,7 +1596,7 @@ where
} }
} }
iced_core::mouse::Interaction::Idle iced_core::mouse::Interaction::default()
} }
#[allow(clippy::too_many_lines)] #[allow(clippy::too_many_lines)]