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

Commit

Permalink
Fixed issue #252
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Feb 10, 2017
1 parent 0ab0a14 commit 5a1d911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ class Table extends Component {
rows: rowsData
}), ()=> {
if(selectFirst){
// this.selectOneProduct(this.state.rows[0].id);
document.getElementsByClassName('js-table')[0].focus();
// window.scrollTo(0,0);
}

})
Expand Down

0 comments on commit 5a1d911

Please sign in to comment.