ngx-hana-nameserver-history-viewer 1.1.9-9.4.beta → 1.1.9-9.5.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.
@@ -3544,7 +3544,10 @@ class NameServerHistoryComponent {
3544
3544
  // simulate selecting file
3545
3545
  const simulatedEvent = { target: { files: [blobToFile(this.fileBuffer, this.streamModeFileName)] } };
3546
3546
  await this.fileSelected(simulatedEvent);
3547
- this.showChart();
3547
+ this.port = undefined; // clear the port selection
3548
+ if (this.autoDisplay) {
3549
+ this.showChart();
3550
+ }
3548
3551
  }
3549
3552
  }
3550
3553
  /**