Skip to content

Commit d04ef2e

Browse files
authored
Merge pull request #185 from csfloat/revert-183-fix/temp-disable-page-size
Revert "Temporarily Disables Changing Page Size Automatically"
2 parents 5215b33 + 5ab9fd4 commit d04ef2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/market/page_size.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ 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-
// Temporarily disable changing page size (https://twitter.com/csfloatcom/status/1724684828388610091)
43-
// this.changePageSize(size);
42+
this.changePageSize(size);
4443
}
4544
}
4645

0 commit comments

Comments
 (0)