@acorex/components 4.2.40 → 4.2.41

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.
@@ -6483,7 +6483,6 @@ class AXDrawerComponent {
6483
6483
  this.collapsed = true;
6484
6484
  }
6485
6485
  open() {
6486
- debugger;
6487
6486
  this.collapsed = false;
6488
6487
  }
6489
6488
  get __hostClass() {
@@ -10120,7 +10119,6 @@ class AXPropertyEditorRendererDirective {
10120
10119
  }
10121
10120
  createComponent() {
10122
10121
  this.renderService.findLoadedComponentByRoute(this.property.property.editorClass).then(c => {
10123
- debugger;
10124
10122
  if (c) {
10125
10123
  const factory = this.componentFactoryResolver.resolveComponentFactory(c.component);
10126
10124
  const cmpRef = this.target.createComponent(factory);