You've already forked pages
forked from didirus/AstralRinth
fix(app-frontend): clamp current page in searches to the max possible (#3869)
This commit is contained in:
committed by
GitHub
parent
8971d39683
commit
bcec478a64
@@ -220,6 +220,7 @@ async function refreshSearch() {
|
||||
}
|
||||
}
|
||||
results.value = rawResults.result
|
||||
currentPage.value = Math.min(pageCount.value, currentPage.value)
|
||||
|
||||
const persistentParams: LocationQuery = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user