mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
#847 Handling of embedded javascript in links
This commit is contained in:
@@ -201,6 +201,7 @@ export const draw = function (text, id) {
|
||||
|
||||
// Append task labels
|
||||
rectangles.append('text')
|
||||
.attr('id', function (d) { return d.id + '-text' })
|
||||
.text(function (d) {
|
||||
return d.task
|
||||
})
|
||||
|
Reference in New Issue
Block a user