ngx-hana-nameserver-history-viewer 1.2.0-9.9.beta → 1.2.0-9.91.beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3537,6 +3537,7 @@ class NameServerHistoryComponent {
3537
3537
  await this.fileSelected(simulatedEvent);
3538
3538
  this.port = undefined; // clear the port selection
3539
3539
  if (this.autoDisplay) {
3540
+ this.onResize(); // ngAfterViewInit/resize won't work in electron
3540
3541
  this.showChart();
3541
3542
  }
3542
3543
  }