diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-18 10:28:43 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-18 10:28:43 -0400 |
| commit | d5304e13839830c60c0c5698849535b0605e3c32 (patch) | |
| tree | d9d4df5261d8f13a68c999822f03fa0ed78983c9 /src/client/views/collections/CollectionViewBase.tsx | |
| parent | 5be91465a7d534587a483d5631df705468910839 (diff) | |
fixed drag drop and loading of pdfs
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index fd0e84fb1..3d1a76a07 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -57,6 +57,7 @@ export class CollectionViewBase extends React.Component<SubCollectionViewProps> } }) ); + de.data["document"] = doc; this.props.addDocument(doc); } else if (docView) { if (doc && docView.props.RemoveDocument && docView.props.ContainingCollectionView !== this.props.CollectionView) { |
