Skip to content

Commit

Permalink
Merge pull request #6 from Julien-cpsn/fix-result-scrollbar-refresh
Browse files Browse the repository at this point in the history
Fixed result scrollbar not getting refreshed when selecting a new request
  • Loading branch information
Julien-cpsn authored Apr 15, 2024
2 parents 6e5ec5d + 1315ab3 commit d35abfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app_logic/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ impl App<'_> {
self.update_query_params_selection();
self.update_headers_selection();
self.update_body_table_selection();

self.refresh_result_scrollbars();

self.select_request_state();
}
}
Expand Down

0 comments on commit d35abfa

Please sign in to comment.