Skip to content

Commit fd9ad69

Browse files
Add modebar tabindex 0
1 parent 8748342 commit fd9ad69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modebar/modebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ proto.update = function(graphInfo, buttons) {
4444

4545
this.element.setAttribute('id', modeBarId);
4646
this.element.setAttribute('role', 'toolbar');
47+
this.element.setAttribute('tabindex', '0')
4748
this._uid = modeBarId;
4849
this.element.className = 'modebar modebar--custom';
4950
if(context.displayModeBar === 'hover') this.element.className += ' modebar--hover ease-bg';

0 commit comments

Comments
 (0)