diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cf94a0b5..33af45d293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - (sanitize product.description) in the theme results to ‘error length of description’ from Google indexing for lengthy product description [#2363](https://github.com/bigcommerce/cornerstone/pull/2363) - Added style configs to payment buttons [#2361](https://github.com/bigcommerce/cornerstone/pull/2361) - Bump Stencil utils to 6.15.1 [#2365][https://github.com/bigcommerce/cornerstone/pull/2365] +- Write a Review on product page shows blank pop up on second click. [#2368][https://github.com/bigcommerce/cornerstone/pull/2368] - Added ACH payment method section to My Account -> Payment Methods page [#2362](https://github.com/bigcommerce/cornerstone/pull/2362) - Remove data_tag_enabled check from everywhere [#2369][https://github.com/bigcommerce/cornerstone/pull/2369] diff --git a/assets/js/theme/gift-certificate.js b/assets/js/theme/gift-certificate.js index d9d0018493..5d2ddea492 100644 --- a/assets/js/theme/gift-certificate.js +++ b/assets/js/theme/gift-certificate.js @@ -171,6 +171,26 @@ export default class GiftCertificate extends PageManager { } }); + const createFrame = (container, html) => { + const frame = $('