Merge branch 'master' into mononaut/mobile-chain-jumping

This commit is contained in:
Felipe Knorr Kuhn
2023-02-19 14:00:10 -08:00
committed by GitHub
104 changed files with 3171 additions and 1737 deletions

View File

@@ -300,6 +300,10 @@ export class StartComponent implements OnInit, OnDestroy {
}
ngOnDestroy() {
if (this.blockchainContainer?.nativeElement) {
// clean up scroll position to prevent caching wrong scroll in Firefox
this.blockchainContainer.nativeElement.scrollLeft = 0;
}
this.timeLtrSubscription.unsubscribe();
this.chainTipSubscription.unsubscribe();
this.markBlockSubscription.unsubscribe();