docs: update link to scrollable widgets RFC (#1994)

This commit is contained in:
Tyler Breisacher 2025-07-15 22:19:46 -07:00 committed by GitHub
parent 0148b62f0c
commit 98f85b8650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,7 +227,7 @@ impl<'a> Paragraph<'a> {
/// convention across the crate. /// convention across the crate.
/// ///
/// For more information about future scrolling design and concerns, see [RFC: Design of /// For more information about future scrolling design and concerns, see [RFC: Design of
/// Scrollable Widgets](https://github.com/ratatui/ratatui/issues/174) on GitHub. /// Scrollable Widgets](https://github.com/ratatui/ratatui/discussions/1924) on GitHub.
#[must_use = "method moves the value of self and returns the modified value"] #[must_use = "method moves the value of self and returns the modified value"]
pub const fn scroll(mut self, offset: (Vertical, Horizontal)) -> Self { pub const fn scroll(mut self, offset: (Vertical, Horizontal)) -> Self {
self.scroll = Position { self.scroll = Position {