@@ -447,6 +447,8 @@ function toggleOrderBy(toOrder: MarkHistoryOrderBy) {
order = toOrder;
sort = "DESC";
}
+ currentPage = 1;
+ jumpPage.value = "";