diff options
author | bob <bcz@cs.brown.edu> | 2019-08-09 17:42:11 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-09 17:42:11 -0400 |
commit | e291730c407932506a80f96457a84dce1820521d (patch) | |
tree | ea1345a353c1669178fe93f77daa33bcf4ae7116 /src/client/views/collections/CollectionStackingView.tsx | |
parent | 915b9332ad72f56b68df148b09eecba527dc9f06 (diff) |
made onClick a prop
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
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} |