Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Fix code #252
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Feb 17, 2017
1 parent 2a738f1 commit 42c2910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class Table extends Component {
e.preventDefault();
const focusedElem = document.getElementsByClassName('js-attributes')[0];
if(focusedElem){
focusedElem.getElementsByTagName("input")[0].focus();
focusedElem.getElementsByTagName('input')[0].focus();
}
break;
}
Expand Down

0 comments on commit 42c2910

Please sign in to comment.