Skip to content

Commit

Permalink
Fix search -> sort bug
Browse files Browse the repository at this point in the history
  • Loading branch information
orw22 committed Feb 15, 2024
1 parent a6a2768 commit b983a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/shop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ async function sortAndUpdateProductCards(sortMethod: SORT_METHOD) {
allProductElements = []
await asyncMakeProductCardElements()
updateDisplayedProductCards()
onSearchSubmitted()
}

0 comments on commit b983a17

Please sign in to comment.