Show tooltip on location is truncated

This commit is contained in:
nymkappa
2022-09-04 12:02:40 +02:00
parent 9047cb5998
commit 206edb7613
2 changed files with 12 additions and 1 deletions

View File

@@ -80,4 +80,8 @@ export class GeolocationComponent implements OnChanges {
return;
}
}
isEllipsisActive(e): boolean {
return (e.offsetWidth < e.scrollWidth);
}
}