aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-06-19 14:40:28 -0400
committeryipstanley <stanley_yip@brown.edu>2019-06-19 14:40:28 -0400
commit9ab47393a2ce3d174ad3238422c2c310764be9af (patch)
tree4e00beca3227bbf92e1e9ac4603d044ce1daa66a /src
parentb9849810231e540a5898a56012abd32c197b23b5 (diff)
interaction improvements with delete button
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);
}