mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +02:00
Merge pull request #2773 from gwincr11/patch-1
small bug with the id on the title
This commit is contained in:
@@ -20,6 +20,6 @@ export default function addSVGAccessibilityFields(yy_parser, svg, id) {
|
|||||||
|
|
||||||
svg
|
svg
|
||||||
.insert('title', ':first-child')
|
.insert('title', ':first-child')
|
||||||
.attr('id', 'chart-desc-' + id)
|
.attr('id', 'chart-title-' + id)
|
||||||
.text(title_string);
|
.text(title_string);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user