[accelerator] don't scroll to btcpay invoice

This commit is contained in:
Mononaut 2024-06-30 10:09:45 +00:00
parent d76490df0c
commit ce879152fd
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -455,9 +455,6 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
).subscribe((invoice) => {
this.invoice = invoice;
this.cd.markForCheck();
if (invoice) {
this.scrollToElementWithTimeout('acceleratePreviewAnchor', 'start', 500);
}
});
}