We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81ccf9 commit 4e5a2d6Copy full SHA for 4e5a2d6
src/app/ui/result_tabs.rs
@@ -113,6 +113,9 @@ impl App<'_> {
113
// Tries to highlight the body
114
self.syntax_highlighting.highlight(body, &file_format);
115
116
+ // TODO: temporary solution, should be refreshed everytime after receiving a response
117
+ self.refresh_result_scrollbars();
118
+
119
match last_highlighted.read().unwrap().clone() {
120
// Nothing was highlighted
121
None => body.lines().map(|line| Line::raw(line)).collect(),
0 commit comments