@schneideress/dashboardframework 20.0.14 → 20.0.15

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.
@@ -4849,7 +4849,7 @@ class RADashboardArea {
4849
4849
  this.calculateLayout = this.raDashboardEventBus.subscribe(RAEvent.LayoutChange).subscribe(() => {
4850
4850
  this.options.api?.optionsChanged();
4851
4851
  });
4852
- });
4852
+ }, 2000);
4853
4853
  }
4854
4854
  ngOnChanges(changes) {
4855
4855
  this.isWidgetMgmnt = this.permissionService.hasPermission('ra.widgetmanagement');