mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Merge pull request #5645 from mempool/nymkappa/accelerator-back-button-payment
This commit is contained in:
commit
073fe8e8cd
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
|
|||
}
|
||||
|
||||
moveToStep(step: CheckoutStep): void {
|
||||
this.processing = false;
|
||||
this._step = step;
|
||||
if (this.timeoutTimer) {
|
||||
clearTimeout(this.timeoutTimer);
|
||||
|
|
Loading…
Add table
Reference in a new issue