mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Don't prevent default tabbing to elements (re: #8004)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user