Disable block viz/map loading spinners on previews

This commit is contained in:
Mononaut
2022-09-09 19:01:32 +00:00
parent 1a8102f91c
commit f8fbef78bf
7 changed files with 8 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ export class BlockOverviewGraphComponent implements AfterViewInit, OnDestroy {
@Input() blockLimit: number;
@Input() orientation = 'left';
@Input() flip = true;
@Input() disableSpinner = false;
@Output() txClickEvent = new EventEmitter<TransactionStripped>();
@Output() readyEvent = new EventEmitter();