diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-02-09 17:11:24 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-02-09 17:11:24 -0500 |
| commit | e8fcbbf57b2a2f443d9c280ce10558cf9d51c632 (patch) | |
| tree | 6086e3bb7628734c7c6076e900dae3cbaeb5bc61 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | 28efd6f2b5b79d1f25fa66e5d9f69d77a7594fee (diff) | |
can upload collection from mobile to desktop
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index 39b4e4e1d..65c4b3195 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -57,6 +57,7 @@ export class CollectionStackingViewFieldColumn extends React.Component<CSVFieldC @undoBatch columnDrop = action((e: Event, de: DragManager.DropEvent) => { + console.log("column drop stacking"); this._createAliasSelected = false; if (de.complete.docDragData) { const key = StrCast(this.props.parent.props.Document.sectionFilter); |
