Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Sep 14, 2020
1 parent adb78bc commit 19f2e90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

- Options on change modal need focus border. [#1839](https://github.com/bigcommerce/cornerstone/pull/1839)

## Draft
- Create unified focus styling in Cornerstone. [#1812](https://github.com/bigcommerce/cornerstone/pull/1812)
- Review link in quick modal focused twice. [#1797](https://github.com/bigcommerce/cornerstone/pull/1797)
Expand Down
1 change: 0 additions & 1 deletion assets/js/theme/cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export default class Cart extends PageManager {
}

cartEditOptions(itemId) {
console.log('cartEditOptions');
const modal = defaultModal();
const options = {
template: 'cart/modals/configure-product',
Expand Down
2 changes: 1 addition & 1 deletion assets/js/theme/global/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SizeClasses = {
export const modalTypes = {
QUICK_VIEW: 'forQuickView',
PRODUCT_DETAILS: 'forProductDetails',
CART_CHANGE_PRODUCT: 'forCartChangeProduct'
CART_CHANGE_PRODUCT: 'forCartChangeProduct',
};

const focusableElements = {
Expand Down

0 comments on commit 19f2e90

Please sign in to comment.