From b2c3389ce819093d1d6dbc205977f6455057d715 Mon Sep 17 00:00:00 2001 From: bob Date: Mon, 18 Mar 2019 10:05:57 -0400 Subject: fixed issue with drag drop of aliases --- src/client/views/collections/CollectionViewBase.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index f3a75dad5..320838904 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -92,6 +92,7 @@ export class CollectionViewBase extends React.Component } }) ); + de.data["document"] = doc; this.props.addDocument(doc); } else if (docView) { if (doc && docView.props.RemoveDocument && docView.props.ContainingCollectionView !== this.props.CollectionView) { -- cgit v1.2.3-70-g09d2