We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ad63 commit 58153d0Copy full SHA for 58153d0
docs/ssvc-explorer/simple.js
@@ -384,7 +384,7 @@ const graphModule = (function() {
384
.attr("id","t"+id)
385
.attr("csid",csid)
386
.attr("parentname",pname)
387
- .attr("data-fullname", text)
+ .attr("data-fullname", text)
388
.text(truncateEllipsis({name:text}))
389
.attr("startOffset",doffset+"%")
390
.on("click",pathclick)
0 commit comments