aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-26 20:44:32 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-26 20:44:32 -0500
commit98ade639c6ffa6cc704cc310af506973d83e494b (patch)
treec28ef4bf3fb9d37799cac32362335bdf1dd8c272 /src/client/views/collections/CollectionDockingView.tsx
parentd0f80bd2704c95b5045b3a14035b04b64e1b7ed6 (diff)
what is going ON
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx
index 5393ac06e..9c1f1a56d 100644
--- a/src/client/views/collections/CollectionDockingView.tsx
+++ b/src/client/views/collections/CollectionDockingView.tsx
@@ -298,7 +298,9 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> {
PanelHeight={this._nativeHeight}
ScreenToLocalTransform={this.ScreenToLocalTransform}
isTopMost={true}
- ContainingCollectionView={undefined} />
+ ContainingCollectionView={undefined}
+ focus={(doc: Document, x: number, y: number) => { }}
+ />
</div>
return <Measure onResize={action((r: any) => { this._panelWidth = r.entry.width; this._panelHeight = r.entry.height; })}>