Skip to content

Commit adff184

Browse files
Add tabindex to markdown_vis_controller
1 parent 4798c59 commit adff184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/vis_type_markdown/public/markdown_vis_controller.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const MarkdownVisComponent = ({
3131
data-test-subj="markdownBody"
3232
openLinksInNewTab={openLinksInNewTab}
3333
markdown={markdown}
34+
tabIndex={0}
3435
/>
3536
</div>
3637
);

0 commit comments

Comments
 (0)