aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MarqueeAnnotator.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-23 14:15:11 -0400
committerbobzel <zzzman@gmail.com>2021-04-23 14:15:11 -0400
commit51b234e66dc819bb6fb714e55a62d8515a9c8886 (patch)
tree235e72515a05a82e2e46d9ba4ee4bdfc564bfb45 /src/client/views/MarqueeAnnotator.tsx
parent18cee14d5a1273e2db26fec7654dde3e67ec8f27 (diff)
fixed code warnings. updated some npm pacakges including typescript.
Diffstat (limited to 'src/client/views/MarqueeAnnotator.tsx')
-rw-r--r--src/client/views/MarqueeAnnotator.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MarqueeAnnotator.tsx b/src/client/views/MarqueeAnnotator.tsx
index 8c4bdcc41..d2074d653 100644
--- a/src/client/views/MarqueeAnnotator.tsx
+++ b/src/client/views/MarqueeAnnotator.tsx
@@ -67,7 +67,7 @@ export class MarqueeAnnotator extends React.Component<MarqueeAnnotatorProps> {
AnchorMenu.Instance.OnClick = (e: PointerEvent) => {
this.props.anchorMenuClick?.()?.(this.highlight("rgba(173, 216, 230, 0.75)", true));
- }
+ };
AnchorMenu.Instance.Highlight = this.highlight;
/**
* This function is used by the AnchorMenu to create an anchor highlight and a new linked text annotation.