fix: if not in bounds, return default mouse interaction

This commit is contained in:
Ashley Wulber 2026-03-17 15:18:09 -04:00
parent 0bb006c5bb
commit 9f213013dc

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)]