diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-02 15:17:59 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-02 15:17:59 -0400 |
| commit | 361c2101f7e3ce08f6ca45ad34256e11fe608700 (patch) | |
| tree | 7f2798ad7d4db608a25a8fac2a8365e333f7cc32 /src/client/views/pdf/Annotation.tsx | |
| parent | 9b6a8b6685e1bb98960f650997663e5bb8501c4a (diff) | |
| parent | e68a306f8b75d84b589fff19ed8a141fe2162355 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
| -rw-r--r-- | src/client/views/pdf/Annotation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx index e88839edd..9718c1406 100644 --- a/src/client/views/pdf/Annotation.tsx +++ b/src/client/views/pdf/Annotation.tsx @@ -114,7 +114,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> { if (e.button === 0) { let targetDoc = Cast(this.props.document.target, Doc, null); if (targetDoc) { - DocumentManager.Instance.jumpToDocument(targetDoc, true); + DocumentManager.Instance.jumpToDocument(targetDoc, false); } } if (e.button === 2) { |
