We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfad187 commit b5296c6Copy full SHA for b5296c6
src/view/context.rs
@@ -91,7 +91,7 @@ impl View for ContextComponent {
91
92
93
frame.render_widget(
94
- Paragraph::new(lines.clone()),
+ Paragraph::new(lines.clone()).scroll((0, app.session_view.context_scroll.1)),
95
areas[1],
96
);
97
}
src/view/source.rs
@@ -94,7 +94,7 @@ impl View for SourceComponent {
+ Paragraph::new(lines.clone()).scroll((0, app.session_view.source_scroll.1)),
98
rows[0],
99
100
0 commit comments