You've already forked AstralRinth
forked from didirus/AstralRinth
Fix scaling issue
This commit is contained in:
@@ -377,6 +377,8 @@ export default {
|
||||
await this.onSearchChange(newPageNumber)
|
||||
},
|
||||
async onSearchChange(newPageNumber) {
|
||||
if (this.query === null) return
|
||||
|
||||
try {
|
||||
const params = [
|
||||
`limit=${this.maxResults}`,
|
||||
|
||||
Reference in New Issue
Block a user