diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-01 22:17:50 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-01 22:17:50 -0500 |
commit | 13a5b32b04e65c154aeb12190e761d8174b858e9 (patch) | |
tree | 8727edb1291c7c7be4d2eed9c07fd936dcd2db85 /src/client/views/collections/CollectionSchemaView.tsx | |
parent | 98ade639c6ffa6cc704cc310af506973d83e494b (diff) |
some fixes
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 4eaf585ce..4a4abbea9 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -212,7 +212,7 @@ export class CollectionSchemaView extends CollectionViewBase { PanelWidth={this.getPanelWidth} PanelHeight={this.getPanelHeight} ContainingCollectionView={this.props.CollectionView} - focus={(doc, x, y) => this.props.focus(this.props.Document, x, y)} + focus={(doc) => this.props.focus(this.props.Document)} /> </div> } |