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.
- package/esm2020/src/nameserver-history-viewer/components/nameserver-history.component.mjs +2 -1
- package/fesm2015/ngx-hana-nameserver-history-viewer.mjs +1 -0
- package/fesm2015/ngx-hana-nameserver-history-viewer.mjs.map +1 -1
- package/fesm2020/ngx-hana-nameserver-history-viewer.mjs +1 -0
- package/fesm2020/ngx-hana-nameserver-history-viewer.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|