Skip to content

Commit

Permalink
Merge pull request #13 from KeKs0r/focusable-id-rename
Browse files Browse the repository at this point in the history
Rename focusableId to propname: focusId
  • Loading branch information
dead authored Jul 11, 2019
2 parents bc723fb + 191539e commit 1c5e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Navigation extends Component {
}

render() {
return <VerticalList ref={element => this.root = element} focusableId='navigation'>
return <VerticalList ref={element => this.root = element} focusId='navigation'>
{this.props.children}
</VerticalList>;
}
Expand Down

0 comments on commit 1c5e2b8

Please sign in to comment.