mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-01 13:19:39 +02:00
Removing tagging from sequence diagram footer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mermaid-chart/mermaid",
|
||||
"version": "10.8.0-b.6",
|
||||
"version": "10.8.0-b.7",
|
||||
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||
"type": "module",
|
||||
"module": "./dist/mermaid.core.mjs",
|
||||
|
@@ -407,7 +407,7 @@ const drawActorTypeActor = function (elem, actor, conf, isFooter) {
|
||||
}
|
||||
actElem.attr('class', cssClass);
|
||||
|
||||
if (isFooter) {
|
||||
if (!isFooter) {
|
||||
actElem.attr('data-et', 'participant').attr('data-id', actor.name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user