diff options
author | bob <bcz@cs.brown.edu> | 2020-01-10 16:05:00 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-10 16:05:00 -0500 |
commit | 596d30bc3f755eaafd413ced7613ace6735458fa (patch) | |
tree | 44c8764cd135f7d8488fda5f5bfb01e5f60a96a9 /src/client/views/collections/CollectionStackingView.tsx | |
parent | a1760ecbb780dc17a7675bd60fb50aa1103fa961 (diff) |
better working version of pivot viewer
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index e71e11b48..c1e36272c 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -187,9 +187,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { active={this.props.active} whenActiveChanged={this.props.whenActiveChanged} addDocTab={this.props.addDocTab} - pinToPres={this.props.pinToPres} - setPreviewScript={emptyFunction} - previewScript={undefined}> + pinToPres={this.props.pinToPres}> </ContentFittingDocumentView>; } getDocHeight(d?: Doc) { |