Skip to content

Commit

Permalink
Remove unnecessary comment in image::viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj authored and wash2 committed Aug 11, 2023
1 parent e06c36a commit c7506d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widget/src/image/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit c7506d0

Please sign in to comment.