We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5215b33 + 5ab9fd4 commit d04ef2eCopy full SHA for d04ef2e
src/lib/components/market/page_size.ts
@@ -39,8 +39,7 @@ export class PageSize extends FloatElement {
39
// ie. "https://steamcommunity.com/market/listings/730/AK-47%20%7C%20Slate%20%28Field-Tested%29?start=100&count=100"
40
// Steam already has a bug that pagination doesn't work when setting this.
41
if (size && !hasQueryParameter('start')) {
42
- // Temporarily disable changing page size (https://twitter.com/csfloatcom/status/1724684828388610091)
43
- // this.changePageSize(size);
+ this.changePageSize(size);
44
}
45
46
0 commit comments