vcomply-workflow-engine 3.0.22 → 3.0.23

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.
@@ -20338,6 +20338,7 @@
20338
20338
  }
20339
20339
  ClickOutsideDirective.prototype.onMouseEnter = function (targetElement) {
20340
20340
  var clickedInside = this.elementRef.nativeElement.contains(targetElement);
20341
+ console.log('clickedInside', clickedInside);
20341
20342
  if (!clickedInside) {
20342
20343
  this.clickOutside.emit(null);
20343
20344
  }