mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Tmp removal of edge id handling
This commit is contained in:
@@ -940,9 +940,10 @@ export const getEdgeId = (
|
||||
},
|
||||
id?: string
|
||||
) => {
|
||||
if (id) {
|
||||
return id;
|
||||
}
|
||||
// if (id) {
|
||||
// return id;
|
||||
// }
|
||||
log.debug('Disabled addition of id:', id);
|
||||
return `${prefix ? `${prefix}_` : ''}${from}_${to}_${counter}${suffix ? `_${suffix}` : ''}`;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user