mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02: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