mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
small bug with the id on the title
This commit is contained in:
parent
b3573e27be
commit
4ec1c608a3
@ -20,6 +20,6 @@ export default function addSVGAccessibilityFields(yy_parser, svg, id) {
|
||||
|
||||
svg
|
||||
.insert('title', ':first-child')
|
||||
.attr('id', 'chart-desc-' + id)
|
||||
.attr('id', 'chart-title-' + id)
|
||||
.text(title_string);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user