Skip to content

Commit

Permalink
Resolved issues after merging PRs for 4.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Oct 21, 2020
1 parent 2c91a9a commit 1e897b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Fixed Special Characters rendering under Wishlists. [#1873](https://github.com/bigcommerce/cornerstone/pull/1873)
- Cornerstone quick view. [#1857](https://github.com/bigcommerce/cornerstone/pull/1857)
- Return heading to product card. [#1848](https://github.com/bigcommerce/cornerstone/pull/1848)
- Added announcement for "aadd to cart" button on PLP and PDP. [#1860](https://github.com/bigcommerce/cornerstone/pull/1860)
- Added announcement for "Add to cart" button on PLP and PDP. [#1860](https://github.com/bigcommerce/cornerstone/pull/1860)
- Fixed Logo displaying on mobile. [#1865](https://github.com/bigcommerce/cornerstone/pull/1865)
- Fixed image in modal for IE. [#1840](https://github.com/bigcommerce/cornerstone/pull/1840)
- Add announcement for filtered resutls on "Shop by Price". [#1854](https://github.com/bigcommerce/cornerstone/pull/1854)
Expand Down
1 change: 1 addition & 0 deletions assets/js/theme/global/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const focusableElements = {
),
[modalTypes.CART_CHANGE_PRODUCT]: () => (
$('#modal').find(allTabbableElementsSelector)
),
[modalTypes.WRITE_REVIEW]: () => (
$('#modal-review-form').find(allTabbableElementsSelector)
),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e897b4

Please sign in to comment.