aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewBase.tsx
diff options
context:
space:
mode:
authorlaurawilsonri <laura_wilson@brown.edu>2019-02-16 15:34:20 -0500
committerlaurawilsonri <laura_wilson@brown.edu>2019-02-16 15:34:20 -0500
commitc835f47a32336c12e6ad7497b72694bb06dc2487 (patch)
tree0fc567d0d3c30c6e2e89e7a71747aff543bf1caf /src/client/views/collections/CollectionViewBase.tsx
parent9f8653ab3d7f82a5d82b925bf339bef8d6723f5c (diff)
added blinking preview text cursor on click
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
-rw-r--r--src/client/views/collections/CollectionViewBase.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx
index e854d3077..274f26ecc 100644
--- a/src/client/views/collections/CollectionViewBase.tsx
+++ b/src/client/views/collections/CollectionViewBase.tsx
@@ -17,6 +17,8 @@ export interface CollectionViewProps {
DocumentForCollection: Document;
ContainingDocumentView: Opt<DocumentView>;
BackgroundView: Opt<DocumentView>;
+ DownX: number;
+ DownY: number;
}
export const COLLECTION_BORDER_WIDTH = 2;