Merge pull request #2227 from mempool/nymkappa/bugfix/re-enable-ln-map-click
Re-enabled channels world map click event
This commit is contained in:
commit
6ba8b0ec58
@ -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…
x
Reference in New Issue
Block a user