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 8748342 commit fd9ad69Copy full SHA for fd9ad69
src/components/modebar/modebar.js
@@ -44,6 +44,7 @@ proto.update = function(graphInfo, buttons) {
44
45
this.element.setAttribute('id', modeBarId);
46
this.element.setAttribute('role', 'toolbar');
47
+ this.element.setAttribute('tabindex', '0')
48
this._uid = modeBarId;
49
this.element.className = 'modebar modebar--custom';
50
if(context.displayModeBar === 'hover') this.element.className += ' modebar--hover ease-bg';
0 commit comments