diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-18 20:11:31 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-18 20:11:31 -0400 |
commit | 464fa03d6ebb2a7aaef1d7622afa3e1e7ee816a3 (patch) | |
tree | 422793d74abd16b36e8673d0e53284239e866559 /src/client/views/collections/CollectionSchemaView.tsx | |
parent | ca126adda9e4def83fb5c2e07e382917ca0b4ee0 (diff) |
Context menu improvements and error fixes
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 4b46c73c1..14a7d19d0 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -352,6 +352,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { height={this.previewHeight} getTransform={this.getPreviewTransform} CollectionView={this.props.CollectionView} + moveDocument={this.props.moveDocument} addDocument={this.props.addDocument} removeDocument={this.props.removeDocument} active={this.props.active} |