@stemy/ngx-utils 19.0.11 → 19.0.13

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.
@@ -5602,7 +5602,7 @@ class DynamicTableComponent {
5602
5602
  ev.preventDefault();
5603
5603
  ev.stopPropagation();
5604
5604
  if (!elem || !item || !ObjectUtils.isFunction(this.dropFn)) {
5605
- return false;
5605
+ return;
5606
5606
  }
5607
5607
  const source = JSON.parse(ev.dataTransfer.getData("itemData"));
5608
5608
  elem.classList.remove("drop-allowed");