Remove unnecessary comment in image::viewer

This commit is contained in:
Héctor Ramón Jiménez 2023-08-03 20:18:31 +02:00
parent 004a1f3848
commit 085842e765
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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;
};