Skip to content

Commit

Permalink
Merge pull request #183 from csfloat/fix/temp-disable-page-size
Browse files Browse the repository at this point in the history
Temporarily Disables Changing Page Size Automatically
  • Loading branch information
Step7750 authored Nov 15, 2023
2 parents 203c69c + b0770a6 commit d366c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/market/page_size.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export class PageSize extends FloatElement {
// ie. "https://steamcommunity.com/market/listings/730/AK-47%20%7C%20Slate%20%28Field-Tested%29?start=100&count=100"
// Steam already has a bug that pagination doesn't work when setting this.
if (size && !hasQueryParameter('start')) {
this.changePageSize(size);
// Temporarily disable changing page size (https://twitter.com/csfloatcom/status/1724684828388610091)
// this.changePageSize(size);
}
}

Expand Down

0 comments on commit d366c7f

Please sign in to comment.