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

Commit

Permalink
Merge pull request #497 from metasfresh/dev-259
Browse files Browse the repository at this point in the history
Fix deselect row on scroll click in modal #259
  • Loading branch information
damianprzygodzki authored Mar 6, 2017
2 parents 7f5708b + deb3b1f commit c59ccc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/app/DocumentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class DocumentList extends Component {
>
{layout.supportAttributes &&
<DataLayoutWrapper
className="table-flex-wrapper attributes-selector"
className="table-flex-wrapper attributes-selector js-not-unselect"
entity="documentView"
windowType={windowType}
viewId={viewId}
Expand Down
3 changes: 2 additions & 1 deletion src/components/table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ class Table extends Component {

<div
className={
'panel panel-primary panel-bordered panel-bordered-force table-flex-wrapper document-list-table ' +
'panel panel-primary panel-bordered panel-bordered-force ' +
'table-flex-wrapper document-list-table js-not-unselect ' +
((
(rowData && rowData[tabid] &&
Object.keys(rowData[tabid]).length === 0) ||
Expand Down

0 comments on commit c59ccc6

Please sign in to comment.