diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-28 16:02:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-28 16:02:13 -0400 |
| commit | 2d2e027f11253834a337680bbfd1ac549bb2a1f0 (patch) | |
| tree | 2d07a728c65f267236e14e1c3ba4764dc15dbb0b /src/client/views/pdf/AnchorMenu.tsx | |
| parent | 7c83bc30b3a6ed6061ef68bcef6a0e8941668b3c (diff) | |
made anchorMenu go away after user clicks the highlighter button
Diffstat (limited to 'src/client/views/pdf/AnchorMenu.tsx')
| -rw-r--r-- | src/client/views/pdf/AnchorMenu.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/AnchorMenu.tsx b/src/client/views/pdf/AnchorMenu.tsx index 17979ef4b..3bf1f0828 100644 --- a/src/client/views/pdf/AnchorMenu.tsx +++ b/src/client/views/pdf/AnchorMenu.tsx @@ -85,6 +85,7 @@ export class AnchorMenu extends AntimodeMenu<AntimodeMenuProps> { if (!this.Highlight(this.highlightColor, false) && this.Pinned) { this.Highlighting = !this.Highlighting; } + AnchorMenu.Instance.fadeOut(true); } @action |
