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:
@@ -104,7 +104,6 @@ export function uiChangesetEditor(context) {
|
||||
commentEnter
|
||||
.append('a')
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.call(svgIcon('#iD-icon-alert', 'inline'))
|
||||
.attr('href', t('commit.google_warning_link'))
|
||||
.append('span')
|
||||
|
||||
Reference in New Issue
Block a user