Skip to content
Snippets Groups Projects
Commit affa3d88 authored by Tina Quach's avatar Tina Quach
Browse files

add close button to the tab order

parent 89df9482
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ const CloseButton = props => (
}
)}
role="button"
tabIndex="0"
onClick={props.onClick}
>
<img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment