mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix GooglePay preview rendering race condition.
This commit is contained in:
parent
993191ff34
commit
b38658aeeb
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,7 @@ document.addEventListener(
|
|||
jQuery( '*[data-ppcp-display]' ).each( (index, el) => {
|
||||
const rules = jQuery(el).data('ppcpDisplay');
|
||||
|
||||
console.log('rules', rules);
|
||||
// console.log('rules', rules);
|
||||
|
||||
for (const rule of rules) {
|
||||
displayManager.addRule(rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue