aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/pdf/PDFViewer.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index f3aa2f5a0..7000352e7 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -548,6 +548,8 @@ class RegionAnnotation extends React.Component<IAnnotationProps> {
let groupAnnotations = DocListCast(group.annotations);
groupAnnotations.forEach(anno => anno.delete = true);
}
+
+ PDFMenu.Instance.fadeOut(true);
}