Don't prevent default tabbing to elements (re: #8004)

This commit is contained in:
Quincy Morgan
2020-09-17 12:07:20 -04:00
parent d88d599f2c
commit 58014ace62
24 changed files with 1 additions and 42 deletions
-1
View File
@@ -73,7 +73,6 @@ export function uiToolNotes(context) {
// enter
var buttonsEnter = buttons.enter()
.append('button')
.attr('tabindex', -1)
.attr('class', function(d) { return d.id + ' add-button bar-button'; })
.on('click.notes', function(d) {
if (!enabled(d)) return;