@klippa/ngx-enhancy-forms 14.9.0 → 14.9.1

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.
@@ -424,11 +424,11 @@ class WithTooltipDirective {
424
424
  });
425
425
  el.nativeElement.addEventListener('mouseout', () => {
426
426
  try {
427
- // el.nativeElement.removeChild(this.div);
427
+ el.nativeElement.removeChild(this.div);
428
428
  }
429
429
  catch (ex) { }
430
430
  try {
431
- // el.nativeElement.removeChild(this.triangle);
431
+ el.nativeElement.removeChild(this.triangle);
432
432
  }
433
433
  catch (ex) { }
434
434
  });