aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SelectionManager.ts
diff options
context:
space:
mode:
authorlaurawilsonri <laura_wilson@brown.edu>2019-02-25 20:58:11 -0500
committerlaurawilsonri <laura_wilson@brown.edu>2019-02-25 20:58:11 -0500
commit11327191e249382cc5d2551f1fd262d3a4ff25b9 (patch)
treee8f9d796d707e9a4b88458315484afd50903ec47 /src/client/util/SelectionManager.ts
parent3ef178ab23eae665a7323ae54e14114a2b6e656e (diff)
ALL SETgit add -A
Diffstat (limited to 'src/client/util/SelectionManager.ts')
-rw-r--r--src/client/util/SelectionManager.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts
index d5d9b29b2..c349e7631 100644
--- a/src/client/util/SelectionManager.ts
+++ b/src/client/util/SelectionManager.ts
@@ -9,11 +9,6 @@ export namespace SelectionManager {
@action
SelectDoc(doc: DocumentView, ctrlPressed: boolean): void {
- //remove preview cursor from collection
- if (doc.props.ContainingCollectionView != undefined) {
- doc.props.ContainingCollectionView.hidePreviewCursor();
- }
-
// if doc is not in SelectedDocuments, add it
if (!ctrlPressed) {
manager.SelectedDocuments = [];