aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-10-22 11:32:43 -0400
committerbob <bcz@cs.brown.edu>2019-10-22 11:32:43 -0400
commit1089aa451fd4571545e06b5674bc02ed1ecf4361 (patch)
treeba142bcd22ff100c75dd11c1ceeed0150cef310a /src/client/views/pdf
parente38afa49541fd0113f6f6b820c3bad769144f918 (diff)
added recording to audio documents and added to toolbar
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/Annotation.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx
index e0a3b9171..2d8f47666 100644
--- a/src/client/views/pdf/Annotation.tsx
+++ b/src/client/views/pdf/Annotation.tsx
@@ -102,6 +102,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> {
DocumentManager.Instance.FollowLink(undefined, annoGroup,
(doc: Doc, maxLocation: string) => this.props.addDocTab(doc, undefined, e.ctrlKey ? "inTab" : "onRight"),
false, false, undefined);
+ e.stopPropagation();
}
}
}