Skip to content

Commit

Permalink
docs(Icon): fix selector for input (Semantic-Org#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and Alexander Fedyashov committed Jun 1, 2017
1 parent af05455 commit e8ac979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Components/IconSearch/IconSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class IconSearch extends Component {
state = { search: '', includeSimilar: true }

componentDidMount() {
const input = document.querySelector('#docs-icon-set-input input')
const input = document.querySelector('#docs-icon-set-input')
input.focus()
}

Expand Down

0 comments on commit e8ac979

Please sign in to comment.