diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-03-02 17:15:10 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-03-02 17:15:10 -0500 |
| commit | e058c3261b63530f30998ad61e6fb023fcc480af (patch) | |
| tree | 7abb47618339955ac293a11b14ab3e68456eeb2f /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 623db01495fb1a07d905fcfcd8330efe6473d63b (diff) | |
focus
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
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> |
