You've already forked AstralRinth
forked from didirus/AstralRinth
App fixes 0.9.0 (#3034)
* push fixes to test on windows * Fix searching mods * Fix search not saving, fix scrolling issues, etc
This commit is contained in:
@@ -534,6 +534,10 @@ export function useSearch(
|
||||
currentPage.value = Number(page)
|
||||
readParams.add('page')
|
||||
})
|
||||
loadQueryParam(['q'], (queryVal) => {
|
||||
query.value = String(queryVal)
|
||||
readParams.add('q')
|
||||
})
|
||||
|
||||
for (const key of Object.keys(route.query).filter((key) => !readParams.has(key))) {
|
||||
const type = filters.value.find((type) => type.query_param === key)
|
||||
|
||||
Reference in New Issue
Block a user