mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Re-enabled channels world map click event
This commit is contained in:
parent
573168f647
commit
b61ef6814b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
|
|||
}
|
||||
|
||||
this.chartOptions = {
|
||||
silent: true,
|
||||
silent: this.style === 'widget' ? true : false,
|
||||
title: title ?? undefined,
|
||||
geo3D: {
|
||||
map: 'world',
|
||||
|
|
Loading…
Add table
Reference in a new issue