mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove focus on email field for now
This commit is contained in:
parent
44d260ea9a
commit
e26d8f8110
1 changed files with 0 additions and 1 deletions
|
@ -431,7 +431,6 @@ class AxoManager {
|
|||
// Move email to the AXO container.
|
||||
let emailRow = document.querySelector(this.el.fieldBillingEmail.selector);
|
||||
wrapperElement.prepend(emailRow);
|
||||
emailRow.querySelector('input').focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue