aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-03-18 10:29:17 -0400
committerbobzel <zzzman@gmail.com>2024-03-18 10:29:17 -0400
commit38be41b6ae73e0b295245d96636db74cb6848d6c (patch)
tree484647e142ab43698c15feed90ae6fd2f182bc91 /src
parentfa0f4d5b4ce9ad3a891b719ca099f4bbc12f1096 (diff)
changed pdf paste ref title
Diffstat (limited to 'src')
-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 3c35b441b..bd6be2519 100644
--- a/src/client/views/MarqueeAnnotator.tsx
+++ b/src/client/views/MarqueeAnnotator.tsx
@@ -93,7 +93,7 @@ export class MarqueeAnnotator extends ObservableReactComponent<MarqueeAnnotatorP
presentation_duration: 2100,
presentation_transition: 500,
presentation_zoomText: true,
- title: 'Selection on ' + this.props.Document.title,
+ title: '>' + this.props.Document.title,
});
let minX = Number.MAX_VALUE;
let maxX = -Number.MAX_VALUE;