mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Don't prevent default tabbing to elements (re: #8004)
This commit is contained in:
@@ -304,7 +304,6 @@ export function uiNoteEditor(context) {
|
||||
.attr('class', 'user-info')
|
||||
.text(user.display_name)
|
||||
.attr('href', osm.userURL(user.display_name))
|
||||
.attr('tabindex', -1)
|
||||
.attr('target', '_blank');
|
||||
|
||||
prose
|
||||
|
||||
Reference in New Issue
Block a user