Fix: Can't click on channel in the box view #2459

This commit is contained in:
nymkappa 2022-08-30 17:33:13 +02:00
parent 7f2e68dae4
commit b6bebad14d
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -130,10 +130,6 @@ export class NodeChannels implements OnChanges {
}
onChartInit(ec: ECharts): void {
if (this.chartInstance !== undefined) {
return;
}
this.chartInstance = ec;
this.chartInstance.on('click', (e) => {