mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
docs: update link to scrollable widgets RFC (#1994)
This commit is contained in:
parent
0148b62f0c
commit
98f85b8650
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user