mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
#2017 Fix for missing docRef
This commit is contained in:
@@ -271,7 +271,7 @@ export const drawElements = (els, graph, svgNode) => {
|
|||||||
let bodyNode = newBodyNode(
|
let bodyNode = newBodyNode(
|
||||||
groupNode,
|
groupNode,
|
||||||
textId + '_body',
|
textId + '_body',
|
||||||
[`Type: ${el.type || 'Not Specified'}`, `Doc Ref: ${el.docref || 'None'}`],
|
[`Type: ${el.type || 'Not Specified'}`, `Doc Ref: ${el.docRef || 'None'}`],
|
||||||
titleNodeInfo.y
|
titleNodeInfo.y
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user