aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MarqueeAnnotator.tsx
diff options
context:
space:
mode:
authormonoguitari <113245090+monoguitari@users.noreply.github.com>2023-08-19 00:55:30 -0400
committermonoguitari <113245090+monoguitari@users.noreply.github.com>2023-08-19 00:55:30 -0400
commit59762bca1e2209a483eb06e54534f1294b2369d6 (patch)
treec32e91535bff1b05c8533d5e46ebe55cd7f408db /src/client/views/MarqueeAnnotator.tsx
parent48e2858e241d1f78bd5e339f1c0d7d5a3a3d13de (diff)
parent20e01fb998df7dafcf070282d822c6e87df20129 (diff)
Merge branch 'master' into menu-shortcuts-4-jesus
Diffstat (limited to 'src/client/views/MarqueeAnnotator.tsx')
-rw-r--r--src/client/views/MarqueeAnnotator.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/MarqueeAnnotator.tsx b/src/client/views/MarqueeAnnotator.tsx
index 4aabb83dc..3d8d569fa 100644
--- a/src/client/views/MarqueeAnnotator.tsx
+++ b/src/client/views/MarqueeAnnotator.tsx
@@ -167,9 +167,9 @@ export class MarqueeAnnotator extends React.Component<MarqueeAnnotatorProps> {
annotationOn: this.props.rootDoc,
text: this.props.selectionText(),
backgroundColor: 'transparent',
- presDuration: 2100,
- presTransition: 500,
- presZoomText: true,
+ presentation_duration: 2100,
+ presentation_transition: 500,
+ presentation_zoomText: true,
title: 'Selection on ' + this.props.rootDoc.title,
});
let minX = Number.MAX_VALUE;