mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Don't prevent default tabbing to elements (re: #8004)
This commit is contained in:
@@ -51,7 +51,6 @@ export function uiNoteComments() {
|
||||
.append('a')
|
||||
.attr('class', 'comment-author-link')
|
||||
.attr('href', osm.userURL(d.user))
|
||||
.attr('tabindex', -1)
|
||||
.attr('target', '_blank');
|
||||
}
|
||||
selection
|
||||
|
||||
Reference in New Issue
Block a user