Skip to content

Commit

Permalink
chore: Remove unused prop in VirtualScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Nov 17, 2023
1 parent fd34bdf commit 2c0ee8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/components/src/scroll_views/virtual_scroll_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ pub struct VirtualScrollViewProps<'a, T: 'a> {
/// Enable scrolling with arrow keys.
#[props(default = true, into)]
pub scroll_with_arrows: bool,
/// Tracker for the vertical scroll.
#[props(optional)]
pub scrolled_y: Option<UseRef<i32>>,
}

fn get_render_range(
Expand Down

0 comments on commit 2c0ee8d

Please sign in to comment.