[accelerator] on mobile, autoscroll after selection cashapp or applepay

This commit is contained in:
nymkappa
2024-07-21 22:38:49 +02:00
parent 920f225e6c
commit 08d3beed72
2 changed files with 4 additions and 2 deletions

View File

@@ -214,10 +214,12 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
this.loadingCashapp = true;
this.insertSquare();
this.setupSquare();
this.scrollToElementWithTimeout('confirm-title', 'center', 100);
} else if (this._step === 'applepay' && this.applePayEnabled) {
this.loadingApplePay = true;
this.insertSquare();
this.setupSquare();
this.scrollToElementWithTimeout('confirm-title', 'center', 100);
} else if (this._step === 'paid') {
this.timePaid = Date.now();
this.timeoutTimer = setTimeout(() => {