diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-02 14:03:47 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-02 14:03:47 -0400 |
| commit | e68a306f8b75d84b589fff19ed8a141fe2162355 (patch) | |
| tree | cf7127463addb102028f495d45f1079a5e8ca725 /src/client/views/pdf/Annotation.tsx | |
| parent | 9334c8d12df76df60eedcc093b986f42d1f7f67d (diff) | |
| parent | b137eab7391be6f610081f67e68a9e7572f2ae14 (diff) | |
Merge branch 'master' of github-tsch-brown: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) { |
