Reset scroll position when clearing pager

Closes #10288
This commit is contained in:
Simon Börjesson
2024-02-06 21:22:53 +01:00
committed by Johannes Altmanninger
parent d51ecb7fb3
commit 7768952749

View File

@@ -951,6 +951,7 @@ pub fn clear(&mut self) {
self.search_field_shown = false;
self.search_field_line.clear();
self.extra_progress_text.clear();
self.suggested_row_start = 0;
}
// Updates the completions list per the filter.