diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-23 00:28:53 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-23 00:28:53 -0400 |
| commit | aec363d4b5fcb3df1a42796014c67dfc52149161 (patch) | |
| tree | 82f0f898ec8cb5245ab42ccba1853a6872e732e3 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 356991c6100a44ef45b4574b43c815383d9be751 (diff) | |
| parent | 1238c172a2ac9fb7dfdee2588f141f2ae0c22b8e (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into promises_and_user_document
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 950df7261..39b284d8e 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -202,7 +202,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp handlers: { dragComplete: action(() => { }), }, - hideSource: true + hideSource: false })) ); } |
