mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
bug fixes (#2233)
This commit is contained in:
committed by
Mario Romano
parent
7899b1f714
commit
4547fbdd99
@@ -101,7 +101,7 @@ export class DiagramTooltipComponent implements AfterViewInit, OnDestroy {
|
||||
private handleMouseEnter(event): void {
|
||||
let props;
|
||||
|
||||
if(this.strategy === STRATEGY.ELEMENT ) {
|
||||
if (this.strategy === STRATEGY.ELEMENT ) {
|
||||
props = event.target.getBoundingClientRect();
|
||||
}else {
|
||||
props = {top: (event.pageY - 150), left: event.pageX , width: event.layerX, height: 50};
|
||||
|
Reference in New Issue
Block a user