ngx-hana-nameserver-history-viewer 1.1.9-9.7.beta → 1.1.9-9.8.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.
@@ -3546,7 +3546,7 @@ class NameServerHistoryComponent {
3546
3546
  await this.fileSelected(simulatedEvent);
3547
3547
  this.port = undefined; // clear the port selection
3548
3548
  if (this.autoDisplay) {
3549
- this.onResize();
3549
+ this.onResize(); // update the size, otherwise there may have a scrollbar (because of the toast) if auto display is set to true
3550
3550
  this.showChart();
3551
3551
  }
3552
3552
  }