fix: if not in bounds, return default mouse interaction
This commit is contained in:
parent
0bb006c5bb
commit
9f213013dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue