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:
wiz 2022-08-01 16:35:06 +00:00 committed by GitHub
commit 6ba8b0ec58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',