[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

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);
}
});
}