@acorex/platform 20.2.2 → 20.2.3

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.
@@ -3550,7 +3550,6 @@ class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent {
3550
3550
  }
3551
3551
  }
3552
3552
  setItems(items) {
3553
- debugger;
3554
3553
  if (!items || items.length == 0) {
3555
3554
  this.selectedItems.set([]);
3556
3555
  return;