diff options
author | bob <bcz@cs.brown.edu> | 2019-09-17 11:26:54 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-09-17 11:26:54 -0400 |
commit | 5b09512cf4aa2319e498a233c16dba93ae83fbda (patch) | |
tree | 7a0b831c0ecaab879110955fa92aa438f986cb46 /src/client/views/linking/LinkFollowBox.tsx | |
parent | 624d44ad339d55df66a4ed8bf4b2cb91608efeef (diff) |
lots of code cleanup in collectionFreeFormDocumentView and DocumentView
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.tsx')
-rw-r--r-- | src/client/views/linking/LinkFollowBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/linking/LinkFollowBox.tsx b/src/client/views/linking/LinkFollowBox.tsx index f8807641b..b1c6c367f 100644 --- a/src/client/views/linking/LinkFollowBox.tsx +++ b/src/client/views/linking/LinkFollowBox.tsx @@ -172,7 +172,6 @@ export class LinkFollowBox extends React.Component<FieldViewProps> { if (LinkFollowBox.destinationDoc) { let view: DocumentView | null = DocumentManager.Instance.getDocumentView(LinkFollowBox.destinationDoc); view && CollectionDockingView.Instance && CollectionDockingView.Instance.OpenFullScreen(view); - SelectionManager.DeselectAll(); } } @@ -188,7 +187,6 @@ export class LinkFollowBox extends React.Component<FieldViewProps> { let view = DocumentManager.Instance.getDocumentView(options.context); view && CollectionDockingView.Instance && CollectionDockingView.Instance.OpenFullScreen(view); this.highlightDoc(); - SelectionManager.DeselectAll(); } } |