Skip to content
Snippets Groups Projects
Unverified Commit 55a5fde2 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix accordion list keyboard nav (#20446)

parent 01d50f50
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@ export default class AccordionList extends Component {
return (
<AccordionListRoot
role="tree"
innerRef={this.containerRef}
ref={this.containerRef}
onKeyDown={this.handleKeyDown}
tabIndex={-1}
className={className}
......@@ -608,7 +608,7 @@ export default class AccordionList extends Component {
return (
<AccordionListRoot
role="tree"
innerRef={this.containerRef}
ref={this.containerRef}
onKeyDown={this.handleKeyDown}
tabIndex={-1}
>
......
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