aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
diff options
context:
space:
mode:
authoreeng5 <eleanor_eng@brown.edu>2019-08-20 12:54:44 -0400
committereeng5 <eleanor_eng@brown.edu>2019-08-20 12:54:44 -0400
commitfb76a0d66fc074a458706adf6fbb02492205b6e4 (patch)
tree150df2e56fba79d3b86357582747dc3095bb6391 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx
parent639401ea0e2e9a1a50d8177479f282e331a15ae4 (diff)
factoring out masonry code into new file
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingViewFieldColumn.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
index 74c7ef305..a3db46584 100644
--- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
+++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
@@ -318,6 +318,7 @@ export class CollectionStackingViewFieldColumn extends React.Component<CSVFieldC
gridTemplateColumns: singleColumn ? undefined : templatecols,
gridAutoRows: singleColumn ? undefined : "0px"
}}
+ // ref={this.createColumnDropRef} onPointerEnter={this.pointerEntered} onPointerLeave={this.pointerLeave}
>
{this.children(this.props.docList)}
{singleColumn ? (null) : this.props.parent.columnDragger}