Skip to content

Commit

Permalink
Fix trailing whitespace in window.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cfraz89 committed Aug 18, 2024
1 parent 1bc6523 commit ba3ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dioxus-blitz/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ impl<Doc: DocumentLike> View<Doc> {
if let Some(hover_node) = hover_node {
hover_node.scroll_by(scroll_x, scroll_y);
self.request_redraw();
}
}
}

// File events
Expand Down

0 comments on commit ba3ae43

Please sign in to comment.