Remove unnecessary comment in image::viewer
This commit is contained in:
parent
004a1f3848
commit
085842e765
1 changed files with 0 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ where
|
|||
|
||||
match event {
|
||||
Event::Mouse(mouse::Event::WheelScrolled { delta }) => {
|
||||
// Ensure the cursor is within the bounds of the widget
|
||||
let Some(cursor_position) = cursor.position_over(bounds) else {
|
||||
return event::Status::Ignored;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue