Show tooltip on location is truncated
This commit is contained in:
@@ -80,4 +80,8 @@ export class GeolocationComponent implements OnChanges {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
isEllipsisActive(e): boolean {
|
||||
return (e.offsetWidth < e.scrollWidth);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user