diff options
author | andrewdkim <adkim414@gmail.com> | 2019-09-24 16:14:28 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-09-24 16:14:28 -0400 |
commit | 1307760412379a07b02f9148311bd9d22ed758b8 (patch) | |
tree | 69a617e35d2abe55215ae72f87e32a360ad94c4f /src/client/views/nodes/DocumentView.tsx | |
parent | 2f09822358dba784ec26d5707423b4025096ee45 (diff) | |
parent | 0e08e20021a4fdb3235cb13b2a288ad8a3705529 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into animationtimeline_two
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 2ac68fea3..132d4ba91 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -354,7 +354,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu // const docs = await SearchUtil.Search(`data_l:"${destDoc[Id]}"`, true); // const views = docs.map(d => DocumentManager.Instance.getDocumentView(d)).filter(d => d).map(d => d as DocumentView); de.data.linkSourceDocument !== this.props.Document && - (de.data.linkDocument = DocUtils.MakeLink(de.data.linkSourceDocument, this.props.Document, this.props.ContainingCollectionDoc)); + (de.data.linkDocument = DocUtils.MakeLink(de.data.linkSourceDocument, this.props.Document, this.props.ContainingCollectionDoc, undefined, "in-text link being created")); // TODODO this is where in text links get passed } } |