aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-03-02 17:15:10 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-03-02 17:15:10 -0500
commite058c3261b63530f30998ad61e6fb023fcc480af (patch)
tree7abb47618339955ac293a11b14ab3e68456eeb2f /src/client/views/collections/CollectionDockingView.tsx
parent623db01495fb1a07d905fcfcd8330efe6473d63b (diff)
focus
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx
index d5b888e28..6b7c2a191 100644
--- a/src/client/views/collections/CollectionDockingView.tsx
+++ b/src/client/views/collections/CollectionDockingView.tsx
@@ -272,7 +272,7 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> {
ScreenToLocalTransform={this.ScreenToLocalTransform}
isTopMost={true}
SelectOnLoad={false}
- focus={(doc: Document, x: number, y: number) => { }}
+ focus={(doc: Document) => { }}
ContainingCollectionView={undefined} />
</div>