Merge pull request #4510 from mempool/mononaut/smooth-goggle-transition

Smoother goggles color change transition
This commit is contained in:
softsimon 2023-12-17 18:08:28 +07:00 committed by GitHub
commit ca7167870a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,7 @@ export class BlockOverviewGraphComponent implements AfterViewInit, OnDestroy, On
} else {
this.scene.setColorFunction(this.overrideColors);
}
this.start();
}
ngOnDestroy(): void {