fix: if not in bounds, return default mouse interaction

This commit is contained in:
Ashley Wulber 2026-03-17 15:18:09 -04:00 committed by Michael Murphy
parent 0bb006c5bb
commit c7ac9cfd31

View file

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