role=button on help

This commit is contained in:
Milos Brzakovic (E-Search)
2021-11-30 11:16:32 +01:00
parent 4bee356fc1
commit 50de029efa
+1
View File
@@ -361,6 +361,7 @@ export function uiPaneHelp(context) {
.enter()
.append('li')
.append('a')
.attr('role', 'button')
.attr('href', '#')
.html(function(d) { return d.title; })
.on('click', function(d3_event, d) {