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 203c69c + b0770a6 commit d366c7fCopy full SHA for d366c7f
src/lib/components/market/page_size.ts
@@ -39,7 +39,8 @@ 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
- this.changePageSize(size);
+ // Temporarily disable changing page size (https://twitter.com/csfloatcom/status/1724684828388610091)
43
+ // this.changePageSize(size);
44
}
45
46
0 commit comments