@schneideress/dashboardframework 20.0.5 → 20.0.7
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.
|
@@ -4845,7 +4845,7 @@ class RADashboardArea {
|
|
|
4845
4845
|
});
|
|
4846
4846
|
setTimeout(() => {
|
|
4847
4847
|
this.calculateLayout = this.raDashboardEventBus.subscribe(RAEvent.LayoutChange).subscribe(() => {
|
|
4848
|
-
this.options.api
|
|
4848
|
+
this.options.api?.optionsChanged();
|
|
4849
4849
|
});
|
|
4850
4850
|
});
|
|
4851
4851
|
}
|