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
@@ -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