Skip to content

Commit

Permalink
Add tabindex to markdown_vis_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalczyk-krzysztof committed Oct 29, 2024
1 parent 4798c59 commit adff184
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const MarkdownVisComponent = ({
data-test-subj="markdownBody"
openLinksInNewTab={openLinksInNewTab}
markdown={markdown}
tabIndex={0}
/>
</div>
);
Expand Down

0 comments on commit adff184

Please sign in to comment.