@leanix/components 0.3.44 → 0.3.46

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.
@@ -980,7 +980,7 @@ class AutocloseDirective {
980
980
  onClick(target) {
981
981
  const clickedInside = this.elementRef.nativeElement.contains(target);
982
982
  if (!clickedInside) {
983
- this.autoclose.emit();
983
+ this.autoclose.emit(target);
984
984
  }
985
985
  }
986
986
  }