aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewBase.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/CollectionViewBase.tsx
parentd0f80bd2704c95b5045b3a14035b04b64e1b7ed6 (diff)
what is going ON
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
-rw-r--r--src/client/views/collections/CollectionViewBase.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx
index e38258e0b..d9e43c0dc 100644
--- a/src/client/views/collections/CollectionViewBase.tsx
+++ b/src/client/views/collections/CollectionViewBase.tsx
@@ -23,6 +23,7 @@ export interface CollectionViewProps {
bindings: any;
panelWidth: () => number;
panelHeight: () => number;
+ focus: (doc: Document, x: number, y: number) => void;
}
export interface SubCollectionViewProps extends CollectionViewProps {
active: () => boolean;