feat: add keyboard nav with up and down keys in challenge description
This commit is contained in:
committed by
Kristofer Koishigawa
parent
372cba1c4c
commit
adef6950c2
@@ -65,7 +65,7 @@ export class SidePanel extends Component {
|
|||||||
videoUrl
|
videoUrl
|
||||||
} = this.props;
|
} = this.props;
|
||||||
return (
|
return (
|
||||||
<div className='instructions-panel' role='complementary'>
|
<div className='instructions-panel' role='complementary' tabIndex='-1'>
|
||||||
<div>
|
<div>
|
||||||
<ChallengeTitle isCompleted={isChallengeCompleted}>
|
<ChallengeTitle isCompleted={isChallengeCompleted}>
|
||||||
{title}
|
{title}
|
||||||
|
Reference in New Issue
Block a user