updated version 7 data-node true attr

This commit is contained in:
Ashish Jain
2024-06-13 11:09:59 +02:00
parent 9fbad9c9c1
commit 69871c94c4
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mermaid-chart/mermaid",
"version": "11.0.0-beta.15",
"version": "11.0.0-beta.17",
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"module": "./dist/mermaid.core.mjs",

View File

@@ -182,6 +182,7 @@ const roundedWithTitle = (parent, node) => {
.attr('class', node.cssClasses)
.attr('id', node.id)
.attr('data-et', 'node')
.attr('data-node', 'true')
.attr('data-id', node.id);
// add the rect