fix(graph): project edge tooltips should appear (#13344)
This commit is contained in:
parent
a2cf352433
commit
2d758af7c7
@ -26,7 +26,7 @@ export class ProjectEdge {
|
|||||||
type: this.dep.type,
|
type: this.dep.type,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
edge.classes = this.dep.type ?? '';
|
edge.classes += ` ${this.dep.type}` ?? '';
|
||||||
if (this.affected) {
|
if (this.affected) {
|
||||||
edge.classes += ' affected';
|
edge.classes += ' affected';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user