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

Commit

Permalink
line looks selected, but it's not #1027
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jul 19, 2017
1 parent 8fdbb9a commit 1d0893f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/app/DocumentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ class DocumentList extends Component {
cachedSelection && !disconnectFromState &&
dispatch(selectTableItems(cachedSelection, windowType))
this.setState({
refreshSelection: true
refreshSelection: true,
cachedSelection: null
}, () => this.setState({
refreshSelection: false
}))
Expand Down

0 comments on commit 1d0893f

Please sign in to comment.