diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-08 20:56:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-08 20:56:30 -0400 |
| commit | 9f4a7ec5f79d9dec3a0ffb0b633197216cbefec8 (patch) | |
| tree | 4b30cf8edfee0b2f315353329fde65b0b4585ae0 /src/client/views/collections/CollectionLinearView.tsx | |
| parent | 47e3170534393ab9e4140c18b32110f83753d817 (diff) | |
| parent | 1733759b776f0596c3a8561d2c735a4b7c7d54d3 (diff) | |
Merge pull request #517 from browngraphicslab/hypothesis_annotation
Hypothesis annotation
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx index a9e812ad3..3cf46dbed 100644 --- a/src/client/views/collections/CollectionLinearView.tsx +++ b/src/client/views/collections/CollectionLinearView.tsx @@ -176,7 +176,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { }} onPointerDown={e => e.stopPropagation()} > <span className="bottomPopup-text" > - Creating link from: {DocumentLinksButton.StartLink.props.Document.title} + Creating link from: {DocumentLinksButton.AnnotationId ? "Annotation in " : " "} {StrCast(DocumentLinksButton.StartLink.title).length < 51 ? DocumentLinksButton.StartLink.title : StrCast(DocumentLinksButton.StartLink.title).slice(0, 50) + '...'} </span> <Tooltip title={<><div className="dash-tooltip">{LinkDescriptionPopup.showDescriptions ? "Turn off description pop-up" : |
