diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-23 17:40:18 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-23 17:40:18 -0400 |
| commit | 7b081d6f4d73811b280c1c4a6b931ef318427610 (patch) | |
| tree | e3765e3b0119bb0f9d76c02c34323b2d38456ea9 /src/client/util | |
| parent | f504934782b6458585148e3412b5fef975515931 (diff) | |
fixed start/end link for text selections on start link. fixed display of link target from link text hyperlink
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/HypothesisUtils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/HypothesisUtils.ts b/src/client/util/HypothesisUtils.ts index 04e937878..ddd2b89d1 100644 --- a/src/client/util/HypothesisUtils.ts +++ b/src/client/util/HypothesisUtils.ts @@ -60,6 +60,7 @@ export namespace Hypothesis { DocumentLinksButton.AnnotationId = annotationId; DocumentLinksButton.AnnotationUri = annotationUri; DocumentLinksButton.StartLink = sourceDoc; + DocumentLinksButton.StartLinkView = undefined; }); } else { // if a link has already been started, complete the link to sourceDoc runInAction(() => { |
