We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab26df commit 8d815f8Copy full SHA for 8d815f8
packages/mermaid/src/diagrams/block/blockDB.ts
@@ -93,7 +93,7 @@ const populateBlockDatabase = (_blockList: Block[] | Block[][], parent: Block):
93
const children = [];
94
for (const block of blockList) {
95
if (block.label) {
96
- block.label = sanitizeText(block.label);
+ block.label = sanitizeText(block.label);
97
}
98
if (block.type === 'classDef') {
99
addStyleClass(block.id, block.css);
0 commit comments