diff options
author | andrewdkim <adkim414@gmail.com> | 2019-09-17 17:01:39 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-09-17 17:01:39 -0400 |
commit | cd052ac6bd318a0569c66ca1fba684b7dbdaaca9 (patch) | |
tree | 29b3086762f70965f6be2c586180bf3c4c252688 /src/client/views/linking/LinkFollowBox.tsx | |
parent | 02119d9fa648ed530d956889a2244875978ad093 (diff) | |
parent | 1310633790e3db50a31a1cc6d357306d7884a053 (diff) |
merge
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(); } } |