[accelerator] don't scroll to btcpay invoice
This commit is contained in:
parent
d76490df0c
commit
ce879152fd
@ -455,9 +455,6 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
|
|||||||
).subscribe((invoice) => {
|
).subscribe((invoice) => {
|
||||||
this.invoice = invoice;
|
this.invoice = invoice;
|
||||||
this.cd.markForCheck();
|
this.cd.markForCheck();
|
||||||
if (invoice) {
|
|
||||||
this.scrollToElementWithTimeout('acceleratePreviewAnchor', 'start', 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user