mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01:00
Remove roleB - only roleA is labelled
This commit is contained in:
@@ -100,7 +100,7 @@ const adjustEntities = function(svgNode, graph) {
|
||||
};
|
||||
|
||||
const getEdgeName = function(rel) {
|
||||
return (rel.entityA + rel.roleA + rel.roleB + rel.entityB).replace(/\s/g, '');
|
||||
return (rel.entityA + rel.roleA + rel.entityB).replace(/\s/g, '');
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user