diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-16 16:26:31 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-16 16:26:31 -0500 |
| commit | ae324ff50865929be836edf3bbf129207638a9c9 (patch) | |
| tree | 6a337590344071657348264404a51e3650e693fb /src/client/views/MarqueeAnnotator.tsx | |
| parent | 2827ad04901e076ffa399f8b069eb64e8be64b6f (diff) | |
big changes to make link following use the same code as pinning docs for trails.
Diffstat (limited to 'src/client/views/MarqueeAnnotator.tsx')
| -rw-r--r-- | src/client/views/MarqueeAnnotator.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MarqueeAnnotator.tsx b/src/client/views/MarqueeAnnotator.tsx index c0dd62a05..1162cde50 100644 --- a/src/client/views/MarqueeAnnotator.tsx +++ b/src/client/views/MarqueeAnnotator.tsx @@ -93,6 +93,7 @@ export class MarqueeAnnotator extends React.Component<MarqueeAnnotatorProps> { dragComplete: e => { if (!e.aborted && e.annoDragData && e.annoDragData.linkSourceDoc && e.annoDragData.dropDocument && e.linkDocument) { e.annoDragData.linkSourceDoc.isPushpin = e.annoDragData.dropDocument.annotationOn === this.props.rootDoc; + e.annoDragData.linkSourceDoc.followLinkZoom = false; } }, }); |
