Skip to content

Commit d366c7f

Browse files
authored
Merge pull request #183 from csfloat/fix/temp-disable-page-size
Temporarily Disables Changing Page Size Automatically
2 parents 203c69c + b0770a6 commit d366c7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/market/page_size.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export class PageSize extends FloatElement {
3939
// ie. "https://steamcommunity.com/market/listings/730/AK-47%20%7C%20Slate%20%28Field-Tested%29?start=100&count=100"
4040
// Steam already has a bug that pagination doesn't work when setting this.
4141
if (size && !hasQueryParameter('start')) {
42-
this.changePageSize(size);
42+
// Temporarily disable changing page size (https://twitter.com/csfloatcom/status/1724684828388610091)
43+
// this.changePageSize(size);
4344
}
4445
}
4546

0 commit comments

Comments
 (0)