@klippa/ngx-enhancy-forms 14.19.1 → 14.19.2
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.
|
@@ -2375,7 +2375,6 @@ class WithTooltipDirective {
|
|
|
2375
2375
|
if (el.nativeElement.innerText.trim().length < 1) {
|
|
2376
2376
|
return;
|
|
2377
2377
|
}
|
|
2378
|
-
console.log(el.nativeElement.offsetWidth, el.nativeElement.scrollWidth);
|
|
2379
2378
|
if (el.nativeElement.offsetWidth >= el.nativeElement.scrollWidth) {
|
|
2380
2379
|
return;
|
|
2381
2380
|
}
|