fix: if not in bounds, return default mouse interaction
This commit is contained in:
parent
0bb006c5bb
commit
c7ac9cfd31
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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue