aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-09 17:42:11 -0400
committerbob <bcz@cs.brown.edu>2019-08-09 17:42:11 -0400
commite291730c407932506a80f96457a84dce1820521d (patch)
treeea1345a353c1669178fe93f77daa33bcf4ae7116 /src/client/views/collections/CollectionStackingView.tsx
parent915b9332ad72f56b68df148b09eecba527dc9f06 (diff)
made onClick a prop
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 112d64e3d..22af98c4d 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -121,6 +121,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) {
showOverlays={this.overlays}
renderDepth={this.props.renderDepth}
fitToBox={this.props.fitToBox}
+ onClick={this.props.onClick}
width={width}
height={height}
getTransform={finalDxf}