diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-30 10:51:00 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-30 10:51:00 -0400 |
| commit | 37e16bb59a38c000ba80312a0661e1f54c93f3c6 (patch) | |
| tree | 0a9669b43a43478be1ea0e5d9c0c421d3c9a6533 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 83edfcd06b659839f161121728de02aca91d4af8 (diff) | |
cleaned up event handling for documentviews. fixed context menu closing.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 1af13765b..b17d5b865 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -412,7 +412,6 @@ class CollectionSchemaPreview extends React.Component<CollectionSchemaPreviewPro {!this.props.Document || !this.props.width ? (null) : ( <div className="collectionSchemaView-previewDoc" style={{ transform: `translate(${this.centeringOffset}px, 0px)` }}> <DocumentView Document={this.props.Document} isTopMost={false} selectOnLoad={false} - toggleMinimized={emptyFunction} addDocument={this.props.addDocument} removeDocument={this.props.removeDocument} ScreenToLocalTransform={this.getTransform} ContentScaling={this.contentScaling} |
