mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#1052 - added tooltip for diagram elements
This commit is contained in:
@@ -54,7 +54,7 @@ export class RaphaelFlowArrowDirective extends RaphaelBase implements OnInit {
|
||||
polyline.element.attr({'stroke-width': this.SEQUENCEFLOW_STROKE});
|
||||
polyline.element.attr({'stroke': '#585858'});
|
||||
|
||||
polyline.element.id = this.flow.id;
|
||||
polyline.element.node.id = this.flow.id;
|
||||
|
||||
let lastLineIndex = polyline.getLinesCount() - 1;
|
||||
let line = polyline.getLine(lastLineIndex);
|
||||
|
Reference in New Issue
Block a user