Clipster the original hipster

This commit is contained in:
Conrad Irwin 2025-08-12 11:44:02 -06:00
parent cb2ca572e4
commit 398f9665c9

View file

@ -126,7 +126,7 @@ fn scroll_editor(
ScrollAmount::Line(amount.lines(visible_line_count) - 1.0)
}
}
_ => amount.clone(),
_ => amount,
};
editor.scroll_screen(&amount, window, cx);