Skip to content

Commit

Permalink
Remove tabindex on Tree (not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Apr 4, 2024
1 parent 1cfc5b4 commit 6d42291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arches_rdm/src/components/ConceptTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ await fetchSchemes();
background: context.selected ? lightGray : '',
height: '2rem',
},
tabindex: '0',
}),
nodeicon: { style: { display: 'none' } },
label: { style: { textWrap: 'nowrap', display: 'flex' } },
Expand Down

0 comments on commit 6d42291

Please sign in to comment.