mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
[accelerator] don't scroll to btcpay invoice
This commit is contained in:
parent
d76490df0c
commit
ce879152fd
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue