Removes unnecessary mut from the calc_skipped_rows fn

pull/704/head
Ahmed ElSamhaa 2 months ago
parent 95621af9eb
commit 00bd54abe9

@ -23,7 +23,7 @@ impl ScrollState {
}
pub fn calc_skipped_rows(
&mut self,
&self,
height: usize,
total: usize,
vimlike_scrolling: bool,

Loading…
Cancel
Save