mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
#2017 Fix for missing docRef
This commit is contained in:
parent
8f09514dd7
commit
ae36704b66
@ -271,7 +271,7 @@ export const drawElements = (els, graph, svgNode) => {
|
||||
let bodyNode = newBodyNode(
|
||||
groupNode,
|
||||
textId + '_body',
|
||||
[`Type: ${el.type || 'Not Specified'}`, `Doc Ref: ${el.docref || 'None'}`],
|
||||
[`Type: ${el.type || 'Not Specified'}`, `Doc Ref: ${el.docRef || 'None'}`],
|
||||
titleNodeInfo.y
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user